定制 devhun/wideshot-api-client 二次开发

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

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

devhun/wideshot-api-client

Composer 安装命令:

composer require devhun/wideshot-api-client

包简介

PHP API client for wideshot.co.kr (SEJONG Telecom Service)

README 文档

README

Build Status Latest Stable Version Total Downloads License

Install using composer

Open a shell, cd to your poject and type:

composer require devhun/wideshot-api-client

or edit composer.json and add:

{
    "require": {
        "devhun/wideshot-api-client": "~1.0"
    }
}

If you want to use the GuzzleHttpAdapter, you will need to add Guzzle 6.

Usage examples

Guzzle
require 'vendor/autoload.php';

use Wideshot\WideshotClient;
use Wideshot\Adapter\GuzzleHttpAdapter;

// Using Guzzle 6...
$client = new WideshotClient(
    new GuzzleHttpAdapter('your-api-key')
);

$result = $client->result()->all();

var_export($result);
CURL
require 'vendor/autoload.php';

use Wideshot\WideshotClient;
use Wideshot\Adapter\CurlAdapter;

// Using regular CURL, courtesy of 'malc0mn'
$client = new WideshotClient(
    new CurlAdapter('your-api-key')
);

$result = $client->result()->all();

var_export($result);

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-12-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固