PHP code example of nikba / laravel-bulksms
1. Go to this page and download the library: Download nikba/laravel-bulksms 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/ */
nikba / laravel-bulksms example snippets
use Nikba\BulkSms\Facades\BulkSms;
BulkSms::sendMessage('1234567890', 'Hello World');
bash
php artisan vendor:publish --provider="Nikba\BulkSms\BulkSmsServiceProvider"