lunaris-forge / http
Handles the processing of HTTP requests and responses.
Installs: 14
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lunaris-forge/http
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: 2025-09-27 21:41:45 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