An open API service indexing awesome lists of open source software.

https://github.com/misd-service-development/guzzle-bundle

[NOT MAINTAINED] Integrates Guzzle into your Symfony2 application
https://github.com/misd-service-development/guzzle-bundle

Last synced: 8 months ago
JSON representation

[NOT MAINTAINED] Integrates Guzzle into your Symfony2 application

Awesome Lists containing this project

README

          

GuzzleBundle
============

[![Build Status](https://travis-ci.org/misd-service-development/guzzle-bundle.png?branch=master)](http://travis-ci.org/misd-service-development/guzzle-bundle)

This bundle integrates [Guzzle 3](http://guzzle3.readthedocs.org/) 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](http://jmsyst.com/bundles/JMSSerializerBundle) for easy object (de)serialization, and provides a param converter for use with the [SensioFrameworkExtraBundle](http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/).

Authors
-------

* Chris Wilkinson
* [The Symfony and Guzzle communities](https://github.com/misd-service-development/guzzle-bundle/contributors)

Documentation
-------------

Documentation is stored in the `Resources/doc/index.md` file in this bundle:

* [Read the documentation](Resources/doc/index.md)

Installation
------------

All the installation instructions are located in the [documentation](Resources/doc/index.md).

Reporting an issue or a feature request
---------------------------------------

Issues and feature requests are tracked in the [Github issue tracker](https://github.com/misd-service-development/guzzle-bundle/issues).