Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 279 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 279 Bytes

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

composer require dionchaika/http:dev-master
<?php

require_once 'vendor/autoload.php';