PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Pagination class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Pagination class
Generate HTML to display links for pagination
Author: By
Last change:
Date: 5 years ago
Size: 444 bytes
 

Contents

Class file image Download
{ "name": "lablnet/pagination", "description": "PHP Pagination package.", "keywords": ["php", "pagination","psr-3","free","package","Lablnet"], "license": "MIT", "authors": [ { "name": "Malik Umer Farooq", "email":"lablnet01@gmail.com", "homepage": "https://softhub99.com" } ], "autoload": { "psr-4": { "Lablnet\\": "src/" } } }