Download the PHP package spagination/sprint-framework-pagination-package without Composer
On this page you can find all versions of the php package spagination/sprint-framework-pagination-package. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spagination/sprint-framework-pagination-package
More information about spagination/sprint-framework-pagination-package
Files in spagination/sprint-framework-pagination-package
Package sprint-framework-pagination-package
Short Description This is a simple and small single class PHP pagination that handles the pagination based on the http request.
License MIT
Informations about the package sprint-framework-pagination-package
Simple and smart pagination builder
This libary is part of sprint framework packages
Version 1.0.0
Hey! This is a simple and small single class PHP pagination that handles the pagination based on the http request. All properties and methods are statics. The codebase is very small and very easy to understand. So you can use it as a boilerplate for a more complex pagination.
Installation including the file
Installation using Composer
Just run composer require spagination/sprint-framework-pagination-package
Than add the autoloader to your project like this:
Custom pagination style
The SPagination uses bootstrap as default style, but you can create your own custom style by defining the classes to the elements. Please refer to the bootstrap documentation for more details, in case you want to use bootstrap for styling your pagination
License
This project is licensed under the MIT License. See License File for further information.
Contributors
- Inacio Agostinho Uassire [email protected]