phil/guzzle-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Add a Symfony and PHP QueryAggregator to Guzzle

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

0.1.1 2014-09-11 20:34 UTC

This package is auto-updated.

Last update: 2022-06-02 20:13:04 UTC


README

Project Archived

Add a Symfony and PHP QueryAggregator to Guzzle

Latest Stable Version Total Downloads License

1 Installation

1.1 Composer

```
"require": {
	....
	"phil/guzzle-bundle": "~0.1"
},
```

or

```
php composer.phar require phil/guzzle-bundle
```

1.2 Enable the bundle

```php
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Phil\GuzzleBundle\PhilGeolocationBundle(),
    );
}
```

2 Usage

3 TODO

There is a lot to do :

  • Finish all testing
  • More documentations
  • Clean Up Code
  • Make it a full Guzzle 4 bundle

Fill free to send some corrections and suggestions.