nvn-m2labru / pact-im-sdk-php-php7.2
PHP library for pact.im (php 7.2)
Package info
github.com/nvn-m2labru/pact-im-sdk-php-php7.2
pkg:composer/nvn-m2labru/pact-im-sdk-php-php7.2
1.0
2026-09-09 07:28 UTC
Requires
- php: >=7.2.0
- ext-curl: *
- ext-json: *
- kriswallsmith/buzz: ^1.1
- nyholm/psr7: ^1.3
- php-http/multipart-stream-builder: ^1.1
Requires (Dev)
- phpunit/phpunit: ^8.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-09 07:58:14 UTC
README
A PHP library for Pact.im API (This repo: php 7.2 compatible)
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.