Doctrine Enhancement Bundle conveniently wraps the Doctrine Enhancement Pack with a Symfony Bundle that you can use in your Symfony applications.
composer require darkwebdesign/doctrine-enhancement-bundle
composer install
// config/bundles.php
return [
// ...
DarkWebDesign\DoctrineEnhancementBundle\DarkWebDesignDoctrineEnhancementBundle::class => ['all' => true],
];
Doctrine Enhancement Bundle is licensed under the MIT License - see the LICENSE
file for details.