A simple client to send messages using TWW

Maintainers

Package info

github.com/magroski/tww

pkg:composer/magroski/tww

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-17 16:16:56 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);