igdr/doctrine-specification-bundle

Integrate Doctrine Specification into Symfony 3

v0.9.2 2017-05-15 08:44 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:27:54 UTC


README

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(),
    );
}