msts/caas-php

MSTS CaaS PHP Library

Installs: 478

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/msts/caas-php

1.2.0 2020-10-28 08:24 UTC

This package is auto-updated.

Last update: 2025-09-28 07:57:54 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