Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 322 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 322 Bytes

Bonga SMS

Bonga SMS PHP SDK

Installation

Install via composer

composer require osenco/bongasms

Instantiation

Pass the apiClientID, key, secret in the class constructor

$sms = new Osen\Bonga\Sms($apiClientID, $key, $secret);

Usage

Send SMS

$sms->send($phone, $message);