定制 willwashburn/curl 二次开发

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

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

willwashburn/curl

Composer 安装命令:

composer require willwashburn/curl

包简介

1-1 class mapping of the cURL library so it can be mocked / stubbed

README 文档

README

1-1 class mapping of the cURL library so it can be mocked / stubbed

Sometimes, you just want to use cURL and not some abstracted class like guzzle. This is a simple wrapper for cURL so you can do that and still write meaningful tests.

Usage

class SomeClassThatUsesCurl {


   protected $curl;

   public function __construct(WillWashburn\Curl $curl) {
   
       $this->curl = $curl;
   
   }
   
   public function someMethodThatMakesARequest() {
   
       // Use curl like normal but also be able to test!
       $ch = $this->curl->curl_init($url);
       $this->curl->curl_setopt($ch, CURLOPT_HEADER, true);
   
   }


}

Installation

Use composer

composer require willwashburn/curl

Alternatively, add "willwashburn/curl": "1.0" to your composer.json

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-03-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固