wayofdev / laravel-request-query-builder
RQL - Resource Query Language for Laravel.
Package info
github.com/wayofdev/laravel-request-query-builder
pkg:composer/wayofdev/laravel-request-query-builder
Fund package maintenance!
Requires
- php: ^8.2
- laminas/laminas-hydrator: ^4.14
- wayofdev/laravel-cycle-orm-adapter: ^4.0
- wayofdev/laravel-paginator: ^1.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.31
- nunomaduro/larastan: ^2.6
- orchestra/testbench: ^8.5
- pestphp/pest: ^2.6
- pestphp/pest-plugin-laravel: ^2.0.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^10.2
- roave/security-advisories: dev-latest
- wayofdev/cs-fixer-config: ^1.2
This package is auto-updated.
Last update: 2024-04-27 02:24:39 UTC
README
Warning
This package is deprecated and archived. Please use wayofdev/laravel-data-query-builder instead.
Laravel Request Query Builder
This Laravel package provides a Query Builder for API requests, which is useful for filtering, sorting and paginating data.
If you like/use this package, please consider starring it. Thanks!
💿 Installation
→ Using composer
Require as dependency:
$ composer req wayofdev/laravel-request-query-builder
🧪 Running Tests
→ PHPUnit tests
To run tests, run the following command:
$ make test
→ Static Analysis
Code quality using PHPStan:
$ make lint-stan
→ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
$ make lint-php
🤝 License
🙆🏼♂️ Author Information
Created in 2022 by lotyp / wayofdev