phil / guzzle-bundle
Add a Symfony and PHP QueryAggregator to Guzzle
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4.21
- guzzle/guzzle: ~3.8
- symfony/symfony: ~2.4
Requires (Dev)
- satooshi/php-coveralls: ~0.6
- symfony/browser-kit: ~2.1
- symfony/finder: ~2.1
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
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.