pact-im / sdk-php
PHP library for pact.im
Installs: 5 527
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: >=7.3.0
- ext-curl: *
- ext-json: *
- kriswallsmith/buzz: ^1.1
- nyholm/psr7: ^1.3
- php-http/multipart-stream-builder: ^1.1
Requires (Dev)
- phpdocumentor/phpdocumentor: ^2.0
- phpunit/phpunit: ^9.2
This package is not auto-updated.
Last update: 2025-04-09 00:24:38 UTC
README
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.