2017 © Pedro Peláez
 

symfony-bundle guzzle-bundle

Add a Symfony and PHP QueryAggregator to Guzzle

image

phil/guzzle-bundle

Add a Symfony and PHP QueryAggregator to Guzzle

  • Thursday, September 11, 2014
  • by phil
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Phil GuzzleBundle

Project Archived, (*1)

Add a Symfony and PHP QueryAggregator to Guzzle, (*2)

Latest Stable Version Total Downloads License, (*3)

1 Installation

1.1 Composer

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

or, (*4)

```
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, (*5)

Fill free to send some corrections and suggestions., (*6)

The Versions

11/09 2014

dev-master

9999999-dev https://github.com/ph-il/guzzle-bundle

Add a Symfony and PHP QueryAggregator to Guzzle

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 guzzle

11/09 2014

0.1.1

0.1.1.0 https://github.com/ph-il/guzzle-bundle

Add a Symfony and PHP QueryAggregator to Guzzle

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 guzzle

11/09 2014

0.1.0

0.1.0.0 https://github.com/ph-il/guzzle-bundle

Add a Symfony and PHP QueryAggregator to Guzzle

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 guzzle