|
|
9 年之前 | |
|---|---|---|
| .. | ||
| docs | 9 年之前 | |
| phing | 9 年之前 | |
| src | 9 年之前 | |
| tests | 9 年之前 | |
| .gitignore | 9 年之前 | |
| .travis.yml | 9 年之前 | |
| CHANGELOG.md | 9 年之前 | |
| LICENSE | 9 年之前 | |
| README.md | 9 年之前 | |
| UPGRADING.md | 9 年之前 | |
| build.xml | 9 年之前 | |
| composer.json | 9 年之前 | |
| phar-stub.php | 9 年之前 | |
| phpunit.xml.dist | 9 年之前 | |
Guzzle is a PHP HTTP client and framework for building RESTful web service clients.
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';
This repository is for Guzzle 3.x. Guzzle 4.0, the new version of Guzzle has been released and is available at https://github.com/guzzle/guzzle.