iquety / http
Library to handle Http messages
v2.1.1
2026-03-17 17:19 UTC
Requires
- php: ^8.4.0
- guzzlehttp/guzzle: ^7.10
- laminas/laminas-diactoros: ^3.8
- nyholm/psr7: ^1.5
- nyholm/psr7-server: ^1.0
- psr/container: ^2.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- symfony/http-foundation: ^8.0
Requires (Dev)
- behat/behat: ^3.14
- codacy/coverage: dev-master
- friendsofphp/php-cs-fixer: ^3.94
- iquety/docmap: *
- phpmd/phpmd: ^2.15
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9.5
README
| English | Português |
|---|
Synopsis
Iquety Http is a library that offers functionalities for handling Http messages through PSR7 implementations. It offers support for the main implementations on the market: Laminas Diactoros, Guzzle Http and NyHolm.
composer require iquety/http
Characteristics
- Codified with best practices and maximum quality;
- Well documented and IDE friendly;
- Made with TDD (Test Driven Development);
- Implemented with unit tests using PHPUnit;
- Made with ❤️ & ☕.