An open API service indexing awesome lists of open source software.

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

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