PHPackages                             guilhermednt/hwi-oauth-proxy-bundle - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. guilhermednt/hwi-oauth-proxy-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

guilhermednt/hwi-oauth-proxy-bundle
===================================

Bundle to enable proxy for HWIOAuthBundle

11.9k

Since Mar 12Compare

[ Source](https://github.com/guilhermednt/hwi-oauth-proxy-bundle)[ Packagist](https://packagist.org/packages/guilhermednt/hwi-oauth-proxy-bundle)[ RSS](/packages/guilhermednt-hwi-oauth-proxy-bundle/feed)WikiDiscussions Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

hwi-oauth-proxy-bundle
======================

[](#hwi-oauth-proxy-bundle)

This bundle extends HWIOAuthBundle to be able to extend the Curl client from Buzz.

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

[](#installation)

### Step 1: Add package as requirement in Composer

[](#step-1-add-package-as-requirement-in-composer)

Add the bundle to your `composer.json`:

```
{
    "require": {
        "guilhermednt/hwi-oauth-proxy-bundle": "dev-master"
    }
}
```

Then run the update command:

```
$ composer update guilhermednt/hwi-oauth-proxy-bundle
```

### Step 2: Tell Symfony2 about it.

[](#step-2-tell-symfony2-about-it)

Enable the bundle in your `AppKernel.php`:

```
