PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Roman Kozin   CakePHP Pagination Helper Trait   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CakePHP Pagination Helper Trait
Add pagination to listings generated by CakePHP
Author: By
Last change:
Date: 2 years ago
Size: 398 bytes
 

Contents

Class file image Download
{ "name": "kield-01/cakephp3-json-pagination", "description": "JSON Pagination trait for CakePHP 3.x", "type": "library", "license": "GPL-3.0-or-later", "authors": [ { "name": "Roma Kozin", "email": "romanko95.rk@gmail.com" } ], "require": { "php": ">=5.6", "cakephp/cakephp": "^3.4" }, "autoload" : { "psr-4" : { "App\\" : "src" } } }