krilo89 / jsonapi-rql-finder-bundle
The jsonapi-bundle-rql-finder offers an RQL filter syntax for the paknahad/jsonapi-bundle bundle.
Installs: 2 908
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 4
Type:symfony-bundle
Requires
- php: ^7.4|^8.0
- andreas-glaser/doctrine-rql: ^0.4
- paknahad/jsonapi-bundle: ^5.0
README
jsonapi-bundle-rql-finder
An RQL Finder for paknahad/jsonapi-bundle.
This package is only a link between and paknahad/jsonapi-bundle andreas-glaser/doctrine-rql
Installation
composer require krilo89/jsonapi-rql-finder-bundle
Add the line below to config/bundles.php
Krilo89\JsonApiRqlFinderBundle\Krilo89JsonApiRqlFilterBundle::class => ['all' => true],
Usage
Include the RQL filter in the query under rql=
http://localhost/api/yourendpoint?rql=RQL string.
See https://github.com/xiag-ag/rql-parser/ for documentation on the RQL string.