igdr / doctrine-specification-bundle
Integrate Doctrine Specification into Symfony 3
Package info
github.com/igdr/doctrine-specification-bundle
Type:symfony-bundle
pkg:composer/igdr/doctrine-specification-bundle
v0.9.2
2017-05-15 08:44 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-15 09:35:47 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(), ); }