iaretedd / http
Eventually this library may have some useful HTTP-related helpers, but currently there's only HTTP response status codes.
v0.1.2
2021-11-12 00:19 UTC
Requires (Dev)
- php: >=7.3
- phpunit/phpunit: 9.*
This package is auto-updated.
Last update: 2025-06-12 08:09:45 UTC
README
You can use Composer for the most of applications.
composer require iaretedd/http composer install
...or just take classes you need from the src
directory.
Tests
To run PHP Unit tests:
./vendor/bin/phpunit
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.