https://github.com/darkwebdesign/doctrine-enhancement-bundle
Doctrine Enhancement Bundle
https://github.com/darkwebdesign/doctrine-enhancement-bundle
doctrine events php symfony
Last synced: 3 months ago
JSON representation
Doctrine Enhancement Bundle
- Host: GitHub
- URL: https://github.com/darkwebdesign/doctrine-enhancement-bundle
- Owner: darkwebdesign
- License: mit
- Created: 2017-10-05T10:03:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T18:23:26.000Z (over 2 years ago)
- Last Synced: 2025-02-25T04:05:24.034Z (over 1 year ago)
- Topics: doctrine, events, php, symfony
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doctrine Enhancement Bundle
[](https://packagist.org/packages/darkwebdesign/doctrine-enhancement-bundle)
[](https://packagist.org/packages/darkwebdesign/doctrine-enhancement-bundle)
[](https://packagist.org/packages/darkwebdesign/doctrine-enhancement-bundle)
[](https://travis-ci.com/darkwebdesign/doctrine-enhancement-bundle?branch=2.7)
[](https://php.net/)
[](https://symfony.com/)
[](http://www.doctrine-project.org/)
Doctrine Enhancement Bundle conveniently wraps the [Doctrine Enhancement Pack](https://github.com/darkwebdesign/doctrine-enhancement-pack) with a Symfony Bundle that you can use
in your Symfony applications.
## Installing via Composer
```bash
composer require darkwebdesign/doctrine-enhancement-bundle
```
```bash
composer install
```
## Enabling the bundle in Symfony
```php
// 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.