FAQ
Q: What is FastForward HTTP?
A: It is an aggregate metapackage that bundles all HTTP-related components of the Fast Forward ecosystem, simplifying installation and integration for PHP web applications.
Q: Which PHP versions are supported?
A: PHP 8.3 or higher is required.
Q: Which standards are supported?
A: PSR-7 (HTTP messages), PSR-17 (HTTP factories), and PSR-18 (HTTP client).
Q: How do I extend or override services?
A: Register your own service providers in the container alongside or instead of the defaults.