2017 © Pedro PelĂĄez
 

symfony-bundle loopback-api-bundle

Loopback like Doctrine ORM filters for DunglasApiBundle.

image

theofidry/loopback-api-bundle

Loopback like Doctrine ORM filters for DunglasApiBundle.

  • Saturday, April 23, 2016
  • by theofidry
  • Repository
  • 3 Watchers
  • 25 Stars
  • 5,161 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 10 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

LoopBackApiBundle

Package version Build Status SensioLabsInsight Dependency Status Scrutinizer Code Quality Code Coverage, (*1)

LoopBack like Doctrine ORM filters for DunglasApiBundle., (*2)

DEPRECATED: You should use ApiPlatform Core now., (*3)

Documentation

  1. Install
  2. Introduction
  3. Order filter
  4. Where filter
    1. Special values
    2. Search on embedded relation property
    3. Boolean values
    4. Date values
    5. Null values
    6. Empty values
    7. Operators
    8. or
    9. gt(e)/lt(e)
    10. between
    11. neq
    12. like/nlike

Install

You can use Composer to install the bundle to your project:, (*4)

composer require theofidry/loopback-api-bundle

Then, enable the bundle by updating your app/config/AppKernel.php file to enable the bundle:, (*5)

<?php
// app/config/AppKernel.php

public function registerBundles()
{
    //...
    $bundles[] = new Fidry\LoopBackApiBundle\LoopBackApiBundle();

    return $bundles;
}

Credits

This bundle is developed by Théo FIDRY., (*6)

License

license, (*7)

The Versions