定制 diffywebsite/diffy-php 二次开发

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

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

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-01-10