Copyright note

These contents are not provided by PHP Reboot. PHP Reboot just collect good articles, blogs and tutorials. Contents are copyright material of respective author and/or website where they are originally published. Please follow the link to go to original post.

The Ultimate Developer Guide to Symfony - Bundle

Loic Faugeron, in his new blog post under Ultimate developer guide, is describing about Symfony bundles.

In this guide we’ve explored the main standalone libraries (also known as “Components”) provided by Symfony to help us build applications:

A bundle is a package that contains ExtensionInterface and CompilerPassInterface implementations, to configure a Dependency Injection container.