denvolj / pact-im-php
PHP library for pact.im
v0.4.2-alpha
2020-08-25 16:22 UTC
Requires
- php: >=5.6.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 auto-updated.
Last update: 2025-03-29 00:48:56 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');
Examples
See documentation in examples here.