MaksimPW / sdk-php

A PHP SDK library for Pact.im API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pact.im PHP SDK

A PHP library for Pact.im API

Install

Via Composer

composer require pact-im/sdk-php

To use the bindings, use Composer's autoload:

require_once('vendor/autoload.php');

Usage

<?php
$token = '<your super secret token>';
$client = new \Pact\PactClient($token);

And you ready to go! See documentation here.

About

A PHP SDK library for Pact.im API


Languages

Language:PHP 100.0%