darkwebdesign / doctrine-enhancement-bundle
Doctrine Enhancement Bundle
Installs: 23 098
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 6
Requires
- php: ^7.1
- darkwebdesign/doctrine-enhancement-pack: 2.7.*
- symfony/config: ^4.0 || ^5.0
- symfony/dependency-injection: ^4.0 || ^5.0
- symfony/http-kernel: ^4.0 || ^5.0
README
Doctrine Enhancement Bundle conveniently wraps the Doctrine Enhancement Pack with a Symfony Bundle that you can use in your Symfony applications.
Installing via Composer
composer require darkwebdesign/doctrine-enhancement-bundle
composer install
Enabling the bundle in Symfony
// config/bundles.php return [ // ... DarkWebDesign\DoctrineEnhancementBundle\DarkWebDesignDoctrineEnhancementBundle::class => ['all' => true], ];
License
Doctrine Enhancement Bundle is licensed under the MIT License - see the LICENSE
file for details.