PHPackages                             ebidtech/http-client - 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. ebidtech/http-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ebidtech/http-client
====================

Http Client helper trait

v1.0.0(11y ago)04.0kMITPHPPHP &gt;=5.3

Since Jun 17Pushed 11y ago12 watchersCompare

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

READMEChangelogDependencies (7)Versions (2)Used By (0)

HTTP Client
===========

[](#http-client)

Helper trait for creating HTTP Rest clients

[![Latest Stable Version](https://camo.githubusercontent.com/c22538a2b7b44fae5404bee62136c293e59a54012481160f820818cc4c0aecfe/68747470733a2f2f706f7365722e707567782e6f72672f65626964746563682f687474702d636c69656e742f762f737461626c652e706e67)](https://packagist.org/packages/ebidtech/http-client)

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

[](#requirements)

- PHP &gt;= 5.3

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

[](#installation)

The recommended way to install is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "ebidtech/http-client": "@stable"
    }
}
```

**Tip:** browse [`ebidtech/http-client`](https://packagist.org/packages/ebidtech/http-client) page to choose a stable version to use, avoid the `@stable` meta constraint.

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
