billowapp / clickatell-sms by warrenhansen

laravel package for clickatell
46
1
1
Package Data
Maintainer Username: warrenhansen
Maintainer Contact: jason@billow.co.za (jasonru)
Package Create Date: 2017-09-07
Package Last Update: 2017-10-13
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:06:57
Package Statistics
Total Downloads: 46
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 1

clickatell-sms

A simple Clickatell Laravel wrapper for Laravel 5.4+.

Installation

composer require billowapp/clickatell-sms

env

CLICKATELL_API_KEY=your_api_key

Facade Import

use Facades\Billow\Utilities\SMS;

Usage example

SMS::recipient('27112223333')->content('your text message content')->send();