Download the PHP package ddeboer/guzzle-bundle without Composer
On this page you can find all versions of the php package ddeboer/guzzle-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ddeboer/guzzle-bundle
More information about ddeboer/guzzle-bundle
Files in ddeboer/guzzle-bundle
Package guzzle-bundle
Short Description This Bundle provide integration for guzzle http client to access RESTful API's with Symfony2
License MIT
Homepage https://github.com/ddeboer/GuzzleBundle
Informations about the package guzzle-bundle
DdeboerGuzzleBundle
DdeboerGuzzleBundle is a Symfony2 bundle for integrating the Guzzle PHP library in your project.
Installation
Installation is a quick (I promise!) 4 step process:
- Download DdeboerGuzzleBundle
- Configure the Autoloader
- Enable the Bundle
- Configure the DdeboerGuzzleBundle
Step 1: Download DdeboerGuzzleBundle
Ultimately, the GuzzleBundle files should be downloaded to the
vendor/bundles/Ddeboer/GuzzleBundle
directory.
This can be done in several ways, depending on your preference. The first method is the standard Symfony2 method.
Using the vendors script
Add the following lines in your deps
file:
Now, run the vendors script to download the bundle:
Using submodules
If you prefer instead to use git submodules, then run the following:
Step 2: Configure the Autoloader
Add the Guzzle
and Ddeboer
namespace to your autoloader:
Step 3: Enable the bundle
Finally, enable the bundle in the kernel
Step 4: Configure the DdeboerGuzzleBundle
And add a Guzzle services configuration file. See the Guzzle documentation.
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE