This bundle integrates Guzzle >=4.0 in Symfony. The 1.x
branch supports Guzzle 4 and 5, and the master
branch supports Guzzle 6.
Currently, it supports the following features:
- Integration with Symfony's debug tools (web debug toolbar, profiler, logger, timeline, ...)
- Configuring a Guzzle client simply using configuration
- Multiple middleware / subscribers (logger, profiler, timeline, cache, mock, and more to come)
- Service descriptions to describe your services is json format (only in the 1.3 branch, though)
All the installation instructions are located in the documentation
Although I try to guarantee forward-compatibility of the bundle with previous versions. Here are the upgrade notes between each version.
See Upgrade.md.
- Installation
- Creating clients
- Registering new middleware
- Available middleware
- Streaming a guzzle response
- Configuration reference
- Creating clients
- Registering new event subscribers
- Available event subscribers
- Streaming a guzzle response
- Service descriptions
- Configuration reference
CsaGuzzleBundle is an open source project. If you'd like to contribute, please read the Contributing Guidelines.
This library is under the MIT license. For the full copyright and license information, please view the LICENSE file that was distributed with this source code.