Skip to content

dionchaika/http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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';