lunaris-forge / http
Handles the processing of HTTP requests and responses.
v0.0.1-alpha
2024-07-23 09:29 UTC
Requires (Dev)
- php: ^8.3
- phpstan/phpstan: ^1.11
- phpunit/php-code-coverage: ^11.0
- phpunit/phpunit: ^11.2
This package is auto-updated.
Last update: 2024-12-27 20:02:40 UTC
README
Lunaris Forge - Http
lunaris-forge/http
is a lightweight PHP library designed for handling HTTP requests and responses. It simplifies the
process of capturing and responding to HTTP communications in your web applications.
Installation
To install the LunarisForge/Http library, use Composer:
composer require lunaris-forge/http
Testing
Run the tests:
vendor/bin/phpunit