PHP code example of wearesho-team / nigeriabulksms-message-delivery
1. Go to this page and download the library: Download wearesho-team/nigeriabulksms-message-delivery 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/ */
wearesho-team / nigeriabulksms-message-delivery example snippets
use Wearesho\Delivery\Message;
use Wearesho\Delivery\NigeriaBulkSms;
$service = TurboSms\Service::instance();
$service->send(new Message("Text", "3809700000000"));