illuminate/pagination
Laravel’s pagination component for generating paginated results and navigation links from query builders and Eloquent. Provides Paginator and LengthAwarePaginator, simple/advanced pagination, customizable views, and easy integration with HTTP requests.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ecommit/paginator | 0.87 | Lightweight PHP paginator for arrays or ArrayIterator. Configure page, max_per_page, and data; optionally provide total count for large datasets. Iterate results, get last page, and use count() to know items on the current page. | 0 | 0 | 1 | 469 | 0 | 0.0 | 36.8 | MIT | — | |
| cannibal/pagination-bundle | 0.87 | — | 1 | 1 | 1 | 0 | 0 | 0.0 | — | — | — | |
| dmp/paginator-bundle | 0.86 | — | 0 | 0 | 0 | 0 | 0 | 0.6 | — | — | 2 years ago | |
| illuminate/http | 0.85 | Illuminate Http provides Laravel’s HTTP layer: a rich Request and Response API, input and file handling, headers/cookies, sessions, redirects, and helpers for working with Symfony HTTP components. Useful for building middleware and controllers cleanly. | 119 | 131 | 38 | 575K | 0 | 1.8 | 50.8 | MIT | — | |
| illuminate/view | 0.85 | Illuminate View is Laravel’s templating and view rendering component. It compiles and renders Blade templates, manages view composers and shared data, supports view discovery, caching, and engines, and integrates cleanly with the rest of the Illuminate framework. | 130 | 140 | 50 | 684K | 0 | 2.2 | 51.4 | MIT | — | |
| chamber-orchestra/pagination-bundle | 0.85 | — | 0 | 0 | 0 | 662 | 0 | 0.5 | 39.9 | MIT | — | |
| spatie/laravel-paginateroute | 0.85 | Adds a Laravel route macro to paginate via clean, translatable URLs like /news/page/2 instead of ?page=2. Includes a paginate route method and facade for generating pagination links. Note: this package is abandoned/unsupported—fork if needed. | 304 | 316 | 57 | 1K | 0 | 4.8 | 6.3 | MIT | 7 years ago | |
| ashleydawson/simple-pagination-bundle | 0.84 | — | 4 | 5 | 2 | 290 | 1 | 2.6 | 24.4 | MIT | 6 years ago | |
| illuminate/support | 0.84 | — | 582 | 629 | 157 | 2M | 0 | 7.6 | 48.5 | MIT | — | |
| illuminate/pipeline | 0.84 | Illuminate Pipeline provides a simple, fluent way to send an object through a series of pipes (closures or classes) in Laravel. Build customizable middleware-style workflows, transform data step by step, and control the final destination with clean, composable code. | 93 | 95 | 13 | 860K | 0 | 0.9 | 54.7 | MIT | — | |
| ashleydawson/simple-pagination | 0.84 | Framework-agnostic pagination library for PHP. Provide callbacks to count total items and fetch a slice (offset/length), and it returns a Pagination object with items plus page metadata and ranges. Works with arrays, DB lists, Doctrine, Solr, and more. | 18 | 19 | 5 | 566 | 1 | 3.0 | 20.2 | MIT | 7 years ago | |
| illuminate/collections | 0.84 | Illuminate Collections provides a fluent, chainable API for working with arrays and iterables in PHP. Includes Collection and LazyCollection with powerful mapping, filtering, grouping, sorting, and higher-order operations, used widely across Laravel and standalone projects. | 270 | 290 | 47 | 2M | 0 | 2.8 | 53.5 | MIT | — | |
| illuminate/translation | 0.83 | Illuminate Translation is Laravel’s translation engine, providing a Translator with loaders, language files, and fallback locales to resolve strings and pluralization. Supports namespaces, JSON translations, and runtime locale switching for multilingual PHP apps. | 69 | 73 | 11 | 482K | 0 | 0.7 | 53.0 | MIT | — | |
| illuminate/queue | 0.83 | Illuminate Queue is Laravel’s queue component, offering a unified API for multiple backends to run time‑consuming jobs asynchronously. Use the Capsule manager to configure connections outside Laravel and push jobs via instance or static access. | 204 | 213 | 52 | 384K | 0 | 2.6 | 45.2 | MIT | — | |
| illuminate/console | 0.83 | Illuminate Console provides the Artisan command-line framework used by Laravel. Define commands, schedule tasks, manage input/output, prompts, and terminal styling, and integrate with the service container to build robust CLI tools and automation. | 130 | 137 | 28 | 596K | 0 | 1.5 | 50.5 | MIT | — | |
| laminas/laminas-paginator | 0.82 | Laminas Paginator provides flexible pagination for PHP apps, with adapters for arrays, iterators, and database results. Generate page ranges and navigation data, and integrate with Laminas MVC or use standalone for paged listings. | 24 | 25 | 20 | 162K | 1 | 17.9 | 58.2 | BSD-3-Clause | 5 months ago | |
| spiral/pagination | 0.82 | Spiral Pagination Toolkit provides lightweight, framework-agnostic pagination primitives for PHP apps. Build and pass around page limits/offsets and related metadata cleanly, with strong type safety, tests, and Psalm support. | 4 | 4 | 0 | 22K | 0 | 3.0 | 50.2 | MIT | 7 years ago | |
| illuminate/mail | 0.82 | Illuminate Mail is Laravel’s email component for composing and sending messages via drivers like SMTP, Mailgun, Postmark, and SES. Supports templated views, attachments, queues, markdown mailables, and configurable transports for reliable delivery. | 59 | 64 | 26 | 126K | 0 | 1.1 | 45.9 | MIT | — | |
| zendframework/zend-paginator | 0.81 | Abandoned Zend Framework paginator component for splitting data collections into pages and rendering pagination controls. Repository moved to laminas/laminas-paginator; use Laminas for active maintenance and current documentation. | 33 | 35 | 28 | 25K | 2 | 1.8 | 28.7 | BSD-3-Clause | 6 years ago | |
| arturdoruch/paginator-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — |
How can I help you explore Laravel packages today?