Download the PHP package brito101/paginator without Composer
On this page you can find all versions of the php package brito101/paginator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download brito101/paginator
More information about brito101/paginator
Files in brito101/paginator
Download brito101/paginator
More information about brito101/paginator
Files in brito101/paginator
Vendor brito101
Package paginator
Short Description Simple component to generate pagination in PHP web applications
License MIT
Homepage http://www.rodrigobrito.dev.br
Package paginator
Short Description Simple component to generate pagination in PHP web applications
License MIT
Homepage http://www.rodrigobrito.dev.br
Please rate this library. Is it a good library?
brito101/paginator
Rate from 1 - 5
Rated 5.00 based on 1 reviews
Rated 5.00 based on 1 reviews
Informations about the package paginator
Paginator @Brito101
Paginator is an extremely compact and easy to use component. You only have to configure its behavior once by the counter, and then use the render method to create a nav with all the navigation links. Easy with having a coffee to use and interacting with your database.
Paginator é um componente extremamente compacto e fácil de usar. Você só precisa configurar seu comportamento uma vez pelo contrutor, e depois usar o método render para criar uma nav com todos os links de navegação.
Highlights
- Easy to configure and customize via constructor class (Fácil para configurar e personalizar via construtor da classe)
- Simple to generate paging with only five arguments (Simples de gerar paginação com apenas cinco argumentos)
- pager method to assemble results pagination (Método pager para montar a paginação de resultados)
- render method to mount html ready to navigate (Método render para montar o html pronto para navegar)
- Navigation structure with custom classes in elemenos nav, a and span (Estrutura de navegação com classes personalizadas em elemenos nav, a e span)
- Methods limit and offset to retrieve values and integrate your SQL query (Método limit e offset para resgatar valores e integrar a sua consulta SQL)
- Composer ready and PSR-2 compliant (Pronto para o composer e compatível com PSR-2)
Installation
Paginator is available via Composer:
or run
Documentation
For details on how to use the paginator, see the sample folder with details in the component directory
Para mais detalhes sobre como usar o paginator, veja a pasta de exemplo com detalhes no diretório do componente
Result
Dynamic First And Last Page
All versions of paginator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package brito101/paginator contains the following files
Loading the files please wait ....