Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.66 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.66 KB

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.