Skip to content

BDFL669/bongasms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bonga SMS PHP SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%