ZxcZxc123 bbbf67c914 commit | há 1 ano atrás | |
---|---|---|
.. | ||
docs | há 1 ano atrás | |
phing | há 1 ano atrás | |
src | há 1 ano atrás | |
tests | há 1 ano atrás | |
.gitignore | há 1 ano atrás | |
.travis.yml | há 1 ano atrás | |
CHANGELOG.md | há 1 ano atrás | |
LICENSE | há 1 ano atrás | |
README.md | há 1 ano atrás | |
UPGRADING.md | há 1 ano atrás | |
build.xml | há 1 ano atrás | |
composer.json | há 1 ano atrás | |
phar-stub.php | há 1 ano atrás | |
phpunit.xml.dist | há 1 ano atrás |
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 http://guzzlephp.org.
Guzzle 3 is only maintained for bug and security fixes. Guzzle 3 will be EOL at some point in late 2015.
Get answers with: Documentation, Forums, IRC (#guzzlephp @ irc.freenode.net)
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';