8000 GitHub - igdr/doctrine-specification-bundle: Integrate Doctrine Specification to Symfony 3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

igdr/doctrine-specification-bundle

Repository files navigation

Doctrine Specification Bundle

About

The DoctrineSpecification Bundle is Symfony bundle for Doctrine Specification library

Installation

Require the bundle and its dependencies with composer:

$ composer require igdr/doctrine-specification-bundle

Register the bundle:

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        ...
        new Igdr\DoctrineSpecificationBundle\IgdrDoctrineSpecificationBundle(),
    );
}

About

Integrate Doctrine Specification to Symfony 3

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0