iquety / http
Library to handle Http messages
Installs: 87
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:tool
Requires
- php: ^8.3.0
- guzzlehttp/guzzle: ^7.5
- laminas/laminas-diactoros: ^2.17
- 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: ^6.0
Requires (Dev)
- behat/behat: ^3.14
- codacy/coverage: dev-master
- iquety/docmap: *
- phpmd/phpmd: @stable
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: 3.*
README
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
- Made for PHP 8.3 or higher;
- 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 ❤️ & ☕.