krilo89/jsonapi-rql-finder-bundle

The jsonapi-bundle-rql-finder offers an RQL filter syntax for the paknahad/jsonapi-bundle bundle.

Installs: 2 186

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 4

Type:symfony-bundle

3.0.2 2022-05-12 09:08 UTC

This package is auto-updated.

Last update: 2024-04-12 13:33:57 UTC


README

https://packagist.org/packages/krilo89/jsonapi-rql-finder-bundle https://github.com/krilo89/jsonapi-rql-finder-bundle

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.