https://github.com/wayofdev/laravel-paginator
Custom Laravel Paginator for Cycle-ORM implementing RFC 5988.
https://github.com/wayofdev/laravel-paginator
laravel php php8
Last synced: 10 months ago
JSON representation
Custom Laravel Paginator for Cycle-ORM implementing RFC 5988.
- Host: GitHub
- URL: https://github.com/wayofdev/laravel-paginator
- Owner: wayofdev
- License: mit
- Created: 2023-06-04T09:55:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T10:04:30.000Z (10 months ago)
- Last Synced: 2025-04-12T00:16:01.188Z (10 months ago)
- Topics: laravel, php, php8
- Language: PHP
- Homepage: https://wayof.dev
- Size: 1.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
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:
```bash
composer req wayofdev/laravel-paginator
```
## ๐งช Running Tests
### โ PHPUnit tests
To run tests, run the following command:
```bash
make test
```
### โ Static Analysis
Code quality using PHPStan:
```bash
make stan
```
### โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
```bash
make cs-fix
```
## ๐ค License
[](./LICENSE.md)
## ๐๐ผโโ๏ธ Author Information
Created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)