diffywebsite/diffy-php
最新稳定版本:1.3.0
Composer 安装命令:
composer require diffywebsite/diffy-php
包简介
PHP Bindings for Diffy API
关键字:
README 文档
README
The Diffy PHP library provides convenient access to the Diffy API from applications written in PHP language.
Requirements
PHP 7.1 and later.
Composer
You can install the bindings via Composer. Run the following command:
composer require diffywebsite/diffy-php
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Getting Started
Simple usage looks like:
\Diffy\Diffy::setApiKey('c31fec8e123e479e75d46744c13a7d91'); print_r(\Diffy\Screenshot::create(132, 'production'));
See examples.php file for more examples.
Documentation
See the Diffy REST API Swagger.
统计信息
- 总下载量: 11.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-10