theofidry / loopback-api-bundle
This package is abandoned and no longer maintained.
The author suggests using the api-platform/core package instead.
Loopback like Doctrine ORM filters for DunglasApiBundle.
Package info
github.com/theofidry/LoopBackApiBundle
Type:symfony-bundle
pkg:composer/theofidry/loopback-api-bundle
v0.3.2
2015-10-01 22:52 UTC
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.