You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2022. It is now read-only.
This repository is for Guzzle 3.x. Guzzle 5.x, the new version of Guzzle, has
been released and is available at
https://github.com/guzzle/guzzle. The
documentation for Guzzle version 5+ can be found at
https://guzzlephp.org.
Guzzle 3 is no longer maintained and is now end of life.
About Guzzle 3
Extremely powerful API provides all the power of cURL with a simple interface.
Truly take advantage of HTTP/1.1 with persistent connections, connection pooling, and parallel requests.
Service description DSL allows you build awesome web service clients faster.
Symfony2 event-based plugin system allows you to completely modify the behavior of a request.
Installing via Composer
The recommended way to install Guzzle is through Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | php
# Add Guzzle as a dependency
php composer.phar require guzzle/guzzle:~3.9
After installing, you need to require Composer's autoloader:
require'vendor/autoload.php';
Known Issues
Problem following a specific redirect: guzzle/guzzle#385.
This has been fixed in Guzzle 4/5.