承接 ossbrownie/http-client 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

ossbrownie/http-client

最新稳定版本:0.0.7

Composer 安装命令:

composer require ossbrownie/http-client

包简介

A simple HTTP client for sending HTTP requests and receiving responses based on CURL.

README 文档

README

License Latest Stable Version Latest Unstable Version Total Downloads

Scrutinizer Code Quality Code Coverage Code Intelligence Status Build Status

PHP Version

A simple HTTP client for sending HTTP requests and receiving responses.

curl

A basic CURL wrapper for PHP (see http://php.net/curl for more information about the libcurl extension for PHP)

Requirements

  • PHP >= 5.5
  • EXT-CURL = *
  • "ossbrownie/util" = ~0.0.5

Installation

Add a line to your "require" section in your composer configuration:

{
    "require": {
        "ossbrownie/http-client": "0.0.7"
    }
}

Documentation

  • Usage - Example of using the HttpClient

Tests

To run the test suite, you need install the dependencies via composer, then run PHPUnit.

$> composer.phar install
$> ./vendor/bin/phpunit --bootstrap ./tests/bootstrap.php ./tests

License

HttpClient is licensed under the MIT License

Contact

Problems, comments, and suggestions all welcome: oss.brownie@gmail.com

统计信息

  • 总下载量: 2.19k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-09-27