Libraries tagged by pagination paginator
krossroad/laravel-union-paginator
110799 Downloads
Package to support pagination in union queries in Laravel Eloquent.
ashleydawson/simple-pagination
163852 Downloads
Simple, lightweight and universal service that implements pagination on collections of things
laminas/laminas-paginator-adapter-laminasdb
622543 Downloads
laminas-db adapters for laminas-paginator
data-dog/pager-bundle
106501 Downloads
Paginator bundle for symfony2 and doctrine orm, allows customization with filters and sorters
sivka/paginator
1472 Downloads
bootstrap-4 fork of jasongrimes/php-paginator, a lightweight PHP paginator, for generating pagination controls in the style of Stack Overflow and Flickr. The 'first' and 'last' page links are shown inline as page numbers, and excess page numbers are replaced by ellipses.
platine-php/pagination
5891 Downloads
Platine Pagination is a lightweight PHP paginator, for generating pagination controls
ashleydawson/simple-pagination-bundle
17035 Downloads
Symfony bundle for Simple Pagination, the simple, lightweight and universal paginator that implements pagination on collections of things
tiloweb/pagination-bundle
34602 Downloads
A simple and elegant pagination bundle for Symfony using Doctrine ORM Paginator
voodoophp/paginator
1520 Downloads
Paginator is a simple class that allows you to create pagination. It doesn't require any database connection. It is compatible with Twitter's Bootstrap Framework, by using the CSS class pagination that is also attached.
popphp/pop-paginator
8385 Downloads
Pop Paginator Component for Pop PHP Framework
mention/paginator
130732 Downloads
Pagination base
ge-tracker/laravel-redis-paginator
5481 Downloads
Create a Laravel Paginator or LengthAwarePaginator from a Redis sorted set
cookaborough/eloquent-union-paginator
5359 Downloads
Combines data from multiple models into a single unified query using SQL unions, allowing for consistent pagination and customization across diverse data sources.
askdkc/laravel-quick-paginator
261 Downloads
Speed up Laravel pagination by caching total counts and skipping repeated count queries.
amrnn/laravel-cursor-paginator
36711 Downloads
Cursor pagination for Laravel