Getting Started
FastForward Container is a PSR-11 compliant aggregate container for PHP. It unifies and resolves services across multiple container implementations, supports service providers, and adds autowiring on top of the final composed container.
This section is intentionally written for first-time users. It explains the minimal mental model first and only then introduces the more flexible composition features.
Recommended reading order
- Read Installation to understand what gets installed and the package requirements.
- Follow Quickstart to build your first container in a few minutes.
- Continue with Basic Usage when you are ready to mix providers, configuration, and existing containers.