fast-forward / http
Fast Forward HTTP is a toolkit for building HTTP applications in PHP.
v1.0.1
2025-08-01 22:07 UTC
Requires
- php: ^8.2
- fast-forward/container: ^1.5
- fast-forward/http-client: ^1.0
- fast-forward/http-factory: ^1.1
- middlewares/utils: ^4.0
Requires (Dev)
- coisa/php-cs-fixer: ^2.1
- phpspec/prophecy-phpunit: ^2.3
- phpunit/phpunit: ^9.6 || ^10.5 || ^11.5
This package is auto-updated.
Last update: 2025-08-01 22:07:34 UTC
README
Fast Forward is a lightweight and fast PHP framework designed for building modern web applications.
This package serves as an aggregate metapackage, bundling all http components of the Fast Forward ecosystem for easier installation and management.
Features
- 🚀 Modern PHP 8.2+ syntax
- ⚙️ Aggregates key components:
fast-forward/http-message
– PSR-7 compatible HTTP message implementationfast-forward/http-factory
– HTTP factory for creating PSR-7 request and response objectsfast-forward/http-client
– PSR-18 compatible HTTP client for making requests
- 📦 Simplifies installation of all http packages in one step
- 🧱 Provides a solid foundation for building scalable Http PHP applications
Installation
Install via Composer:
composer require fast-forward/http
This command will automatically pull in all the required dependencies of the framework.
Requirements
- PHP 8.2 or higher
License
Fast Forward Framework is licensed under the MIT license.
Author
Developed with ❤️ by Felipe Sayão Lobato Abreu
📧 github@mentordosnerds.com