wayofdev/laravel-request-query-builder

This package is abandoned and no longer maintained. No replacement package was suggested.

RQL - Resource Query Language for Laravel.

v1.3.287 2023-09-15 00:15 UTC

This package is auto-updated.

Last update: 2024-04-27 02:24:39 UTC


README


logo.gh-light-mode-only.png#gh-light-mode-only logo.gh-dark-mode-only.png#gh-dark-mode-only

Build Status Total Downloads Latest Stable Version Software License Commits since latest release

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

Licence


🙆🏼‍♂️ Author Information

Created in 2022 by lotyp / wayofdev