osenco/bongasms

PHP SDK For Bonga SMS

v0.1.20 2021-01-17 15:32 UTC

This package is auto-updated.

Last update: 2024-04-24 15:08:09 UTC


README

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