Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 366 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 366 Bytes

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