darkwebdesign/doctrine-enhancement-bundle

Doctrine Enhancement Bundle


Keywords
bundle, events, doctrine, php, symfony
License
MIT

Documentation

Doctrine Enhancement Bundle

Latest Stable Version Total Downloads License

Build Status PHP Version Symfony Version Doctrine Version

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.