igdr / doctrine-specification-bundle
Integrate Doctrine Specification into Symfony 3
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
This package is not auto-updated.
Last update: 2024-12-22 03:17:31 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(), ); }