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.