PHPackages                             ebidtech/fastc - 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/fastc

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

ebidtech/fastc
==============

A light layer on top of Guzzle service descriptions that enables faster HTTP client development.

v0.1.12(11y ago)1137.0k12MITPHPPHP &gt;=5.4.0

Since Feb 3Pushed 11y ago14 watchersCompare

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

READMEChangelog (4)Dependencies (8)Versions (16)Used By (2)

Fastc
=====

[](#fastc)

[![Latest Stable Version](https://camo.githubusercontent.com/220179c05667b9cf6b0ca5536f44377a1225635ce9dba0b308087752d9caff39/68747470733a2f2f706f7365722e707567782e6f72672f65626964746563682f66617374632f762f737461626c652e706e67)](https://packagist.org/packages/ebidtech/fastc) [![Build Status](https://camo.githubusercontent.com/fe99fd0ec3a8e7b61599448be3dfccf789a1039df06eac6315737c5d128d7979/68747470733a2f2f7472617669732d63692e6f72672f65626964746563682f66617374632e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ebidtech/fastc) [![Coverage Status](https://camo.githubusercontent.com/9b10cc9a0bc5c5ce6cc0176013ebfe519354f6936e3cd583b02c4a6d423a7ee1/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f65626964746563682f66617374632f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/ebidtech/fastc?branch=master) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/7c369ddf0844843064b9c6fa377f4e5d26ccb31ae6bf5f7fa4cec7c8a7e738c6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65626964746563682f66617374632f6261646765732f7175616c6974792d73636f72652e706e673f733d30613161373130366334313535376136323031663136336338346137663032613832303735396131)](https://scrutinizer-ci.com/g/ebidtech/fastc/) [![Dependency Status](https://camo.githubusercontent.com/0767533e53f6ae2cb62f9851fccd11cda1ecf3ed446a1686c1c3d81f3cc40ddd/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532663362643062656331333735333831663030303038662f62616467652e706e67)](https://www.versioneye.com/user/projects/52f3bd0bec1375381f00008f)

A light layer on top of Guzzle service descriptions that enables faster HTTP client development.

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

[](#requirements)

- PHP &gt;= 5.4

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

[](#installation)

The recommended way to install is through composer.

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

```
{
    "require": {
        "ebidtech/fastc": "@stable"
    }
}
```

**Tip:** browse [`ebidtech/fastc`](https://packagist.org/packages/ebidtech/fastc) 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:

```
