theofidry / loopback-api-bundle
Loopback like Doctrine ORM filters for DunglasApiBundle.
Installs: 5 270
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 3
Forks: 3
Open Issues: 10
Type:symfony-bundle
Requires
- php: >=5.5
- dunglas/api-bundle: ~1.0
Requires (Dev)
- behat/behat: ~3.0
- behat/mink: ~1.5
- behat/mink-browserkit-driver: ~1.1
- behat/mink-extension: ~2.0
- behat/symfony2-extension: ~2.0
- behatch/contexts: dev-master#eef7ab39ca896796bf3ba25a0fa5a95f15276eb7
- phpunit/phpunit: ~4.7
- symfony/symfony: ~2.7
This package is not auto-updated.
Last update: 2022-02-01 12:48:15 UTC
README
LoopBack like Doctrine ORM filters for DunglasApiBundle.
DEPRECATED: You should use ApiPlatform Core now.
Documentation
- Install
- Introduction
- Order filter
- Where filter
- Special values 1. Search on embedded relation property 2. Boolean values 3. Date values 4. Null values 5. Empty values
- Operators 1. or 2. gt(e)/lt(e) 3. between 4. neq 5. like/nlike
Install
You can use Composer to install the bundle to your project:
composer require theofidry/loopback-api-bundle
Then, enable the bundle by updating your app/config/AppKernel.php
file to enable the bundle:
<?php // app/config/AppKernel.php public function registerBundles() { //... $bundles[] = new Fidry\LoopBackApiBundle\LoopBackApiBundle(); return $bundles; }
Credits
This bundle is developed by Théo FIDRY.