PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andre Roque Filipe   MASNathan\Pagination   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MASNathan\Pagination
Get pagination links for listings split in pages
Author: By
Last change:
Date: 8 years ago
Size: 1,020 bytes
 

Contents

Class file image Download
{ "name": "masnathan/pagination", "description": "Lightweight and easy to use pagination library.", "keywords": [ "pagination", "html" ], "homepage": "https://github.com/masnathan/pagination", "license": "MIT", "authors": [ { "name": "André Filipe", "email": "andre.r.flip@gmail.com", "homepage": "http://masnathan.com", "role": "Developer" } ], "require": { "php" : ">=5.3.0" }, "require-dev": { "phpunit/phpunit" : "4.*", "scrutinizer/ocular": "~1.1" }, "autoload": { "psr-4": { "MASNathan\\Pagination\\": "src" } }, "autoload-dev": { "psr-4": { "MASNathan\\Pagination\\Test\\": "tests" } }, "scripts": { "test": "bin/phpunit" }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "config": { "bin-dir": "bin" } }