magroski/simple-twilio

A simple client to send messages using Twilio

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

This package is auto-updated.

Last update: 2024-04-17 12:50:47 UTC


README

Latest Stable Version Minimum PHP Version GitHub license

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

Usage examples

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