https://github.com/dionchaika/http
The Psr Http Library
https://github.com/dionchaika/http
http http-client http-factory http-message http-server-handler http-server-middleware php psr psr-15 psr-17 psr-18 psr-7
Last synced: 29 days ago
JSON representation
The Psr Http Library
- Host: GitHub
- URL: https://github.com/dionchaika/http
- Owner: dionchaika
- License: mit
- Created: 2019-03-28T15:50:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T10:24:34.000Z (over 6 years ago)
- Last Synced: 2025-08-01T03:53:46.091Z (6 months ago)
- Topics: http, http-client, http-factory, http-message, http-server-handler, http-server-middleware, php, psr, psr-15, psr-17, psr-18, psr-7
- Language: PHP
- Size: 209 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP
The PSR HTTP Library
## Requirements
1. PHP 7.1.3 or higher
2. PHP Zlib extention (for HTTP client)
3. PHP Sockets extention (for HTTP client)
## Installation
```bash
composer require dionchaika/http:dev-master
```
```php