|
|
il y a 7 ans | |
|---|---|---|
| .. | ||
| debug | il y a 7 ans | |
| CHANGELOG.md | il y a 7 ans | |
| Client.php | il y a 7 ans | |
| CurlTransport.php | il y a 7 ans | |
| Exception.php | il y a 7 ans | |
| FormatterInterface.php | il y a 7 ans | |
| JsonFormatter.php | il y a 7 ans | |
| JsonParser.php | il y a 7 ans | |
| LICENSE.md | il y a 7 ans | |
| Message.php | il y a 7 ans | |
| ParserInterface.php | il y a 7 ans | |
| README.md | il y a 7 ans | |
| Request.php | il y a 7 ans | |
| RequestEvent.php | il y a 7 ans | |
| Response.php | il y a 7 ans | |
| StreamTransport.php | il y a 7 ans | |
| Transport.php | il y a 7 ans | |
| UrlEncodedFormatter.php | il y a 7 ans | |
| UrlEncodedParser.php | il y a 7 ans | |
| XmlFormatter.php | il y a 7 ans | |
| XmlParser.php | il y a 7 ans | |
| composer.json | il y a 7 ans | |
This extension provides the HTTP client for the Yii framework 2.0.
For license information check the LICENSE-file.
Documentation is at docs/guide/README.md.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yiisoft/yii2-httpclient
or add
"yiisoft/yii2-httpclient": "~2.0.0"
to the require section of your composer.json.