Kirin c2e0541d56 tijiao | 2 år sedan | |
---|---|---|
.. | ||
docs | 2 år sedan | |
phing | 2 år sedan | |
src | 2 år sedan | |
tests | 2 år sedan | |
.gitignore | 2 år sedan | |
.travis.yml | 2 år sedan | |
CHANGELOG.md | 2 år sedan | |
LICENSE | 2 år sedan | |
README.md | 2 år sedan | |
UPGRADING.md | 2 år sedan | |
build.xml | 2 år sedan | |
composer.json | 2 år sedan | |
phar-stub.php | 2 år sedan | |
phpunit.xml.dist | 2 år sedan |
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';