library spagination
Simple pagination library for web-applications.
met_mw/spagination
Simple pagination library for web-applications.
- Tuesday, July 19, 2016
- by met-mw
- Repository
- 1 Watchers
- 1 Stars
- 60 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
, (*1)
Simple independent library to create pagination in web-applications., (*2)
Install
composer require met_mw/spagination, (*3)
Examples
Render
$Pagination = new Pagination();
$Pagination->setCount(100)
->setCountOnPage(10)
->setCurrentPageNumber(5)
->render();
Get as string
$Pagination = new Pagination();
$paginationHTML = $Pagination->setCount(100)
->setCountOnPage(10)
->setCurrentPageNumber(5)
->get();
License
The met-mw/SPagination package is open-sourced software licensed under the MIT license, (*4)
dev-master
9999999-dev
Simple pagination library for web-applications.
Sources
Download
MIT
The Requires
The Development Requires
by
met-mw
pagination
universal
independent
v1.0.0
1.0.0.0
Simple pagination library for web-applications.
Sources
Download
MIT
The Requires
The Development Requires
by
met-mw
pagination
universal
independent