theofidry/loopback-api-bundle
最新稳定版本:v0.3.2
Composer 安装命令:
composer require theofidry/loopback-api-bundle
包简介
Loopback like Doctrine ORM filters for DunglasApiBundle.
README 文档
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.
License
统计信息
- 总下载量: 5.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 22
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-05