PHPackages                             sanchobbdo/api-auth-client-plugin - 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. sanchobbdo/api-auth-client-plugin

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

sanchobbdo/api-auth-client-plugin
=================================

Guzzle authentication plugin for Ruby's api\_auth gem.

1.0.0(13y ago)2732[1 PRs](https://github.com/sanchobbdo/api-auth-client-plugin/pulls)MITPHP

Since Feb 7Pushed 9y ago2 watchersCompare

[ Source](https://github.com/sanchobbdo/api-auth-client-plugin)[ Packagist](https://packagist.org/packages/sanchobbdo/api-auth-client-plugin)[ RSS](/packages/sanchobbdo-api-auth-client-plugin/feed)WikiDiscussions master Synced 1mo ago

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

Guzzle Api Auth client plugin
=============================

[](#guzzle-api-auth-client-plugin)

[Guzzle](http://guzzlephp.org/) authentication plugin for mgomes' Ruby [api\_auth](https://github.com/mgomes/api_auth) gem.

Installing
----------

[](#installing)

Create a composer.json file in the project root:

```
{
    "require": {
        "sanchobbdo/api-auth-client-plugin": "~1.0.0",
        "guzzle/guzzle": "~3.1"
    }
}
```

Then download composer.phar and run the install command:

```
curl -s http://getcomposer.org/installer | php && ./composer.phar install
```

Usage
-----

[](#usage)

```
