Kirin 711cfa8dc5 add | 3 年之前 | |
---|---|---|
.. | ||
docs | 3 年之前 | |
phing | 3 年之前 | |
src | 3 年之前 | |
tests | 3 年之前 | |
.gitignore | 3 年之前 | |
.travis.yml | 3 年之前 | |
CHANGELOG.md | 3 年之前 | |
LICENSE | 3 年之前 | |
README.md | 3 年之前 | |
UPGRADING.md | 3 年之前 | |
build.xml | 3 年之前 | |
composer.json | 3 年之前 | |
phar-stub.php | 3 年之前 | |
phpunit.xml.dist | 3 年之前 |
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';