Skip to content

DiffyWebsite/diffy-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diffy PHP Bindings

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages