定制 kittinan/php-http 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kittinan/php-http

最新稳定版本:1.0.2

Composer 安装命令:

composer require kittinan/php-http

包简介

php-http is a simple HTTP class with php5-curl

README 文档

README

Build Status Code Coverage Scrutinizer Code Quality License

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-17