Skip to content

darkwebdesign/doctrine-enhancement-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.