A simple client to send messages using TWW

v1.0.0 2019-05-17 01:12 UTC

This package is auto-updated.

Last update: 2024-04-17 12:26:00 UTC


README

Latest Stable Version Minimum PHP Version GitHub license

This library provides a quick and simple way to send messages using TWW

Usage examples

$client = new Client('user', 'pass');
$client->send('11 98888-1111', 'Happy Day', 123);