jace a737c43329 handz project 7 éve
..
debug a737c43329 handz project 7 éve
CHANGELOG.md a737c43329 handz project 7 éve
Client.php a737c43329 handz project 7 éve
CurlTransport.php a737c43329 handz project 7 éve
Exception.php a737c43329 handz project 7 éve
FormatterInterface.php a737c43329 handz project 7 éve
JsonFormatter.php a737c43329 handz project 7 éve
JsonParser.php a737c43329 handz project 7 éve
LICENSE.md a737c43329 handz project 7 éve
Message.php a737c43329 handz project 7 éve
ParserInterface.php a737c43329 handz project 7 éve
README.md a737c43329 handz project 7 éve
Request.php a737c43329 handz project 7 éve
RequestEvent.php a737c43329 handz project 7 éve
Response.php a737c43329 handz project 7 éve
StreamTransport.php a737c43329 handz project 7 éve
Transport.php a737c43329 handz project 7 éve
UrlEncodedFormatter.php a737c43329 handz project 7 éve
UrlEncodedParser.php a737c43329 handz project 7 éve
XmlFormatter.php a737c43329 handz project 7 éve
XmlParser.php a737c43329 handz project 7 éve
composer.json a737c43329 handz project 7 éve

README.md

HTTP Client Extension for Yii 2

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.

Latest Stable Version Total Downloads Build Status

Installation

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.