billowapp/clickatell-sms

laravel package for clickatell

0.2.1 2017-09-08 05:38 UTC

This package is auto-updated.

Last update: 2024-03-19 18:26:58 UTC


README

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();