paymaxi / query
Installs: 24 124
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 10
Forks: 3
Open Issues: 4
Type:project
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
- dev-master / 0.3.x-dev
- v0.3.9
- v0.3.8
- v0.3.7
- v0.3.6
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.3.0-beta-1
- v0.3.0-beta
- v0.2.5
- v0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- v0.2.0
- dev-dependabot/composer/symfony/process-5.4.46
- dev-feature/add-support-for-4-version-ramsey-uuid
- dev-feature/add-support-php8
- dev-feature/PC-8434-update-null-usage-for-reverse-filter
- dev-feature/PC-8434-null-usage-for-reverse-filter
- dev-feature/PC-7705-reverse-filter
- dev-feature/migrate-carbon-1-to-2
- dev-feature/PC-5696-multiple-sorting
- dev-update-deps
This package is auto-updated.
Last update: 2024-11-06 19:18:46 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.