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