msts/caas-php

MSTS CaaS PHP Library

1.2.0 2020-10-28 08:24 UTC

This package is auto-updated.

Last update: 2024-04-28 04:51:41 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);

License

MPL 2.0