misd / guzzle-bundle
Integrates Guzzle into your Symfony2 application
Installs: 1 389 583
Dependents: 19
Suggesters: 0
Security: 0
Stars: 102
Watchers: 9
Forks: 56
Open Issues: 24
Type:symfony-bundle
Requires
- php: >=5.3.3
- guzzle/guzzle: ~3.0
- symfony/framework-bundle: ~2.2
Requires (Dev)
- doctrine/cache: ~1.0
- jms/serializer-bundle: ~0.11
- phpunit/phpunit: ~4.3
- sensio/framework-extra-bundle: ~2.2
- symfony/monolog-bundle: ~2.2
- symfony/yaml: ~2.2
Suggests
- jms/serializer-bundle: Serialize/deserialize objects to/from XML, JSON and YAML
- sensio/framework-extra-bundle: Provides a parameter converter
- symfony/monolog-bundle: Log requests
Conflicts
- jms/serializer-bundle: <0.11-dev
- sensio/framework-extra-bundle: >=4.0-dev
README
This bundle integrates Guzzle 3 into your Symfony2 application, which takes the pain out of sending HTTP requests and the redundancy out of creating web service clients.
It can also integrate with the JMSSerializerBundle for easy object (de)serialization, and provides a param converter for use with the SensioFrameworkExtraBundle.
Authors
- Chris Wilkinson chris.wilkinson@admin.cam.ac.uk
- The Symfony and Guzzle communities
Documentation
Documentation is stored in the Resources/doc/index.md
file in this bundle:
Installation
All the installation instructions are located in the documentation.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.