mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

Integration of Doctrine extensions and external event listeners #95

Closed ggiovinazzo closed 9 years ago

ggiovinazzo commented 9 years ago

Added support for doctrine behavioural extensions (https://github.com/Atlantic18/DoctrineExtensions). Also added the possibility to add external Doctrine event listeners with config directives.

mitchellvanw commented 9 years ago

Hello @ggiovinazzo, I'm very sorry to say that I can't merge this in.. The upcoming month this package will undergo a lot of changes, they're explained here #91. We'll be adding our own Extension system with the soul purpose of extending Doctrine in this package, so we have more flexibility. I also don't want the Atlantic18 Doctrine Extensions package in the core of this package. Some people might use it, but not everybody wants this. Thanks for your PR though!

ggiovinazzo commented 9 years ago

Thanks for your reply, I'll be waiting for the release the new library.