msts / caas-php
MSTS CaaS PHP Library
1.2.0
2020-10-28 08:24 UTC
Requires
- php: >=7.1.0
- guzzlehttp/guzzle: ^6.0
- monolog/monolog: ^1.0
Requires (Dev)
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2024-12-28 06:20:26 UTC
README
Installation
Using Composer
Install the CaaS PHP library with the following command:
composer require msts/caas-php
Usage
Getting Started
The quickest and simplest way to get started is with the following:
$caaS = new Msts\CaaS\CaaS('API-KEY');
$webhookList = $caaS->webhooks->list();
var_dump($webhookList);