paymaxi / query
v0.3.9
2022-07-20 11:26 UTC
Requires
- php: ^7.4 || ^8.0
- doctrine/orm: ^2.5
- neomerx/json-api: ^1.0|^2.0
- nesbot/carbon: ^1.21|^2.4
- ramsey/uuid: ^3.5|^4.0
- sylius/registry: ^0.19.0|^1.0
Requires (Dev)
- doctrine/cache: ^1.11
- friendsofphp/php-cs-fixer: ^2.8
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2026-06-06 22:58:37 UTC
README
This package provides ability to build doctrine criteria query from filter and sorting metadata. It was created to work with json-api, but easily could be used without it.
Installation
First of all you need to add dependency to composer.json:
composer require paymaxi/query
Usage
See example of usage in tests.
License
The MIT License (MIT). Please see License File for more information.