1. Go to this page and download the library: Download vmosoti/bongatech-sms library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
vmosoti / bongatech-sms example snippets
sms() // you have the SMS object
$recipients = array(
array(
'MSISDN' => '0722123456',
'LinkID' => '',
'SourceID' => 'your source id here'
),
array(
'MSISDN' => '0775345678',
'LinkID' => '',
'SourceID' => 'source id for this here'
)
);