| 
				
					 | 
			пре 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 година | |
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';