PHPackages                             phyrexia/http - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. phyrexia/http

Abandoned → [guzzlehttp/guzzle](/?search=guzzlehttp%2Fguzzle)ArchivedLibrary[HTTP &amp; Networking](/categories/http)

phyrexia/http
=============

PHP PSR-7 compatible HTTP client (using cURL)

2.7.0(5y ago)62.5k2MITPHPPHP ^5.3 || ^7.0 || ^8.0

Since Sep 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jejem/http-client)[ Packagist](https://packagist.org/packages/phyrexia/http)[ RSS](/packages/phyrexia-http/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (2)Versions (21)Used By (0)

http-client
===========

[](#http-client)

PHP PSR-7 compatible HTTP client (using cURL)

[![Latest Stable Version](https://camo.githubusercontent.com/6b9f83ef14d15fb6a67cb8aa6eedbe9a8c7f1a2c213196f5af5f277c07880e6a/68747470733a2f2f706f7365722e707567782e6f72672f70687972657869612f687474702f762f737461626c65)](https://packagist.org/packages/phyrexia/http)[![License](https://camo.githubusercontent.com/53d5eb4b90de660a19d2e6efcc4740a0853bc7c7ef982c8a55620521e226bb78/68747470733a2f2f706f7365722e707567782e6f72672f70687972657869612f687474702f6c6963656e7365)](https://packagist.org/packages/phyrexia/http)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3
- PHP extension curl
- Composer [psr/http-message](https://packagist.org/packages/psr/http-message) ^1.0
- Composer [guzzlehttp/psr7](https://packagist.org/packages/guzzlehttp/psr7) ^1.0

Installation
------------

[](#installation)

Install directly via [Composer](https://getcomposer.org):

```
$ composer require phyrexia/http
```

Basic Usage
-----------

[](#basic-usage)

```
