99designs/ergo-http
Composer 安装命令:
composer require 99designs/ergo-http
包简介
Micro-HTTP client for PHP 5.3
关键字:
README 文档
README
A light-weight HTTP library for PHP5.3. Provides a client and some URL utils.
Extracted from 99designs/ergo.
Install
composer require 99designs/ergo-http.
Basic Usage
$client = new \Ergo\Http\Client(new \Ergo\Http\Url($host)); $response = $client->get($path); echo $response->getBody();
How to develop
To install dependancies via Composer:
$ composer install --dev
Run the test suite:
$ phpunit
PHPUnit 3.7.38 by Sebastian Bergmann.
Configuration read from /home/vagrant/ergo-http/phpunit.xml.dist
...................................................
Time: 149 ms, Memory: 5.00Mb
OK (51 tests, 163 assertions)
Status
Used in several high-volume production websites, including 99designs.com, flippa.com, learnable.com and sitepoint.com.
统计信息
- 总下载量: 4.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-25