igdr/doctrine-specification-bundle

Integrate Doctrine Specification into Symfony 3

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:symfony-bundle

pkg:composer/igdr/doctrine-specification-bundle

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

This package is not auto-updated.

Last update: 2025-09-28 07:17:07 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(),
    );
}