jace 0aed4b8326 fusian project hace 7 años
..
debug 0aed4b8326 fusian project hace 7 años
CHANGELOG.md 0aed4b8326 fusian project hace 7 años
Client.php 0aed4b8326 fusian project hace 7 años
CurlTransport.php 0aed4b8326 fusian project hace 7 años
Exception.php 0aed4b8326 fusian project hace 7 años
FormatterInterface.php 0aed4b8326 fusian project hace 7 años
JsonFormatter.php 0aed4b8326 fusian project hace 7 años
JsonParser.php 0aed4b8326 fusian project hace 7 años
LICENSE.md 0aed4b8326 fusian project hace 7 años
Message.php 0aed4b8326 fusian project hace 7 años
ParserInterface.php 0aed4b8326 fusian project hace 7 años
README.md 0aed4b8326 fusian project hace 7 años
Request.php 0aed4b8326 fusian project hace 7 años
RequestEvent.php 0aed4b8326 fusian project hace 7 años
Response.php 0aed4b8326 fusian project hace 7 años
StreamTransport.php 0aed4b8326 fusian project hace 7 años
Transport.php 0aed4b8326 fusian project hace 7 años
UrlEncodedFormatter.php 0aed4b8326 fusian project hace 7 años
UrlEncodedParser.php 0aed4b8326 fusian project hace 7 años
XmlFormatter.php 0aed4b8326 fusian project hace 7 años
XmlParser.php 0aed4b8326 fusian project hace 7 años
composer.json 0aed4b8326 fusian project hace 7 años

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.