SkillAgentSearch skills...

LoopBackApiBundle

[DEPRECATED] LoopBack like Doctrine ORM filters for DunglasApiBundle.

Install / Use

/learn @theofidry/LoopBackApiBundle
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LoopBackApiBundle

Package version Build Status SensioLabsInsight Dependency Status Scrutinizer Code Quality Code Coverage

LoopBack like Doctrine ORM filters for DunglasApiBundle.

DEPRECATED: You should use ApiPlatform Core now.

Documentation

  1. Install
  2. Introduction
  3. Order filter
  4. Where filter
  5. Special values 1. Search on embedded relation property 2. Boolean values 3. Date values 4. Null values 5. Empty values
  6. 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

license

Related Skills

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated3y ago
Forks3

Languages

PHP

Security Score

75/100

Audited on Jan 28, 2023

No findings