osenco/bongasms

PHP SDK For Bonga SMS


Keywords
api, bonga, bongasms, otp, sms
License
MIT

Documentation

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