A PHP library for Pact.im API
Via Composer
composer require pact-im/sdk-php
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
<?php
$token = '<your super secret token>';
$client = new \Pact\PactClient($token);
And you ready to go! See documentation here.