The PSR HTTP Library

Maintainers

Package info

github.com/dionchaika/http

pkg:composer/dionchaika/http

Statistics

Installs: 69

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-08 01:02:53 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';