The PSR HTTP Library

Installs: 65

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/dionchaika/http

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

This package is auto-updated.

Last update: 2025-10-07 23:56:50 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';