darkwebdesign/doctrine-enhancement-bundle

Doctrine Enhancement Bundle

v2.7.1 2023-11-08 13:22 UTC

This package is auto-updated.

Last update: 2024-05-08 19:20:15 UTC


README

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.