PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Edgar Asatryan   File Pager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: File Pager
Output files split into pages of limited length
Author: By
Last change:
Date: 7 years ago
Size: 404 bytes
 

Contents

Class file image Download
{ "name": "nstdio/file-pager", "description": "A simple file paginator.", "minimum-stability": "dev", "license": "Apache License 2.0", "authors": [ { "name": "Edgar Asatryan", "email": "nstdio@gmail.com" } ], "require-dev": { "phpunit/phpunit": "5.4.*" }, "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "nstdio\\": "src/" } } }