phil / guzzle-bundle
此包已被弃用且不再维护。未建议替代包。
为 Guzzle 添加 Symfony 和 PHP QueryAggregator
0.1.1
2014-09-11 20:34 UTC
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
项目存档
为 Guzzle 添加 Symfony 和 PHP QueryAggregator
1 安装
1.1 Composer
```
"require": {
....
"phil/guzzle-bundle": "~0.1"
},
```
或
```
php composer.phar require phil/guzzle-bundle
```
1.2 启用包
```php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Phil\GuzzleBundle\PhilGeolocationBundle(),
);
}
```
2 使用
3 TODO
有许多工作要做
- 完成所有测试
- 更多文档
- 代码清理
- 使其成为完整的 Guzzle 4 包
欢迎发送一些更正和建议。