Bundle Reference
Bundles integrate components into the framework by registering services, configuring defaults, and wiring up dependencies via the dependency injection component. Each bundle defines a schema that describes its available configuration options, allowing behavior to be customized without modifying code. See Getting Started > Configuration for more information on the role bundles play in Athena.
The built-in Framework Bundle schema is documented in the framework API docs. Third-party and standalone bundles, such as the Mercure Bundle, are documented in this section.