https://github.com/pact-im/sdk-php
A PHP SDK library for Pact.im API
https://github.com/pact-im/sdk-php
messenger-api messenger-platform pact php sdk
Last synced: 5 months ago
JSON representation
A PHP SDK library for Pact.im API
- Host: GitHub
- URL: https://github.com/pact-im/sdk-php
- Owner: pact-im
- License: mit
- Created: 2020-07-22T11:59:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T08:34:18.000Z (over 4 years ago)
- Last Synced: 2025-10-05T01:16:16.037Z (8 months ago)
- Topics: messenger-api, messenger-platform, pact, php, sdk
- Language: PHP
- Homepage: https://pact.im
- Size: 161 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pact.im PHP SDK
A PHP library for Pact.im API
## Install
Via Composer
```bash
composer require pact-im/sdk-php
```
To use the bindings, use Composer's autoload:
```php
require_once('vendor/autoload.php');
```
## Usage
```php
';
$client = new \Pact\PactClient($token);
```
And you ready to go!
See documentation [here](https://pact-im.github.io/api-doc/#introduction).