kittinan/php-http
最新稳定版本:1.0.2
Composer 安装命令:
composer require kittinan/php-http
包简介
php-http is a simple HTTP class with php5-curl
README 文档
README
simple php http wrapper with php-curl
Support :
- HTTP Method GET, POST
- Download File
- Support Cookie with cookiejar file
Requirement
- PHP 5+
- php5-curl
Composer
Install the latest version with composer require kittinan/php-http
This plugin on the Packagist.
https://packagist.org/packages/kittinan/php-http
Usage
Example : HTTP GET
$http = new \KS\HTTP\HTTP(); $url = 'https://github.com/kittinan/php-http'; $html = $http->get($url); echo $html;
License
The MIT License (MIT)
统计信息
- 总下载量: 905
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-17