Creating extensible Bundles with Symfony2

One of the problems I often encounter when working on the Symfony Configuration Component is the inability to inject parameters into configuration bundles without hacking and overriding bundles. Recently I wrote a small bundle abstraction layer to formalize the way I do this with my own bundles very similar to the way that the Security Component allows extensions.

You can check it out @ https://gist.github.com/1985816

 

Leave a Reply

Your email address will not be published. Required fields are marked *