wayofdev / laravel-paginator
Custom Laravel Paginator for Cycle-ORM implementing RFC 5988.
Fund package maintenance!
v1.3.0
2024-06-13 15:42 UTC
Requires
- php: ^8.2
- illuminate/contracts: ^10.48 || ^11.0
- illuminate/http: ^10.48 || ^11.0
- illuminate/pagination: ^10.48 || ^11.0
- illuminate/support: ^10.48 || ^11.0
- psr/link: ^2.0
- spiral/pagination: ^3.12
- symfony/web-link: ^6.4 || ^7.0
Requires (Dev)
- ergebnis/phpunit-slow-test-detector: ^2.14
- larastan/larastan: ^2.9
- orchestra/testbench: ^8.5 || ^9.1
- pestphp/pest: ^2.34
- pestphp/pest-plugin-laravel: ^2.3
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.11
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^10.5 || 11.0
- psalm/plugin-laravel: ^2.11
- psalm/plugin-phpunit: ^0.19
- rector/rector: ^1.1
- roave/infection-static-analysis-plugin: ^1.35
- tiagohillebrandt/php-parse-link-header: ^1.0
- vimeo/psalm: ^5.24
- wayofdev/cs-fixer-config: ^1.5
This package is auto-updated.
Last update: 2026-06-08 19:50:11 UTC
README
Laravel Paginator
This is minimal Laravel template which is used by other PHP projects in wayofdev organization.
If you like/use this package, please consider starring it. Thanks!
๐ฟ Installation
โ Using composer
Require as dependency:
composer req wayofdev/laravel-paginator
๐งช Running Tests
โ PHPUnit tests
To run tests, run the following command:
make test
โ Static Analysis
Code quality using PHPStan:
make stan
โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
make cs-fix
๐ค License
๐๐ผโโ๏ธ Author Information
Created in 2022 by lotyp / wayofdev
