The PSR HTTP Library

dev-master 2019-06-07 10:24 UTC

This package is auto-updated.

Last update: 2024-04-07 21:04:19 UTC


README

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