PHP code example of vectoor / laravel-multi-sms-methods
1. Go to this page and download the library: Download vectoor/laravel-multi-sms-methods 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/ */
vectoor / laravel-multi-sms-methods example snippets
bash
php artisan vendor:publish --provider="Vector\LaravelMultiSmsMethods\Providers\SmsServiceProvider"
bash
array:4 [
"code" => 200
"success" => true
"message" => "Message Send Successfully"
"data" => array:5 [
"Message" => "Message Send Successfully"
"Result" => "true"
"NetPoints" => "4995.600"
"messageId" => "79539c54-XXXX-XXXX-XXXX-2db9244b1969"
"RejectedNumbers" => []
]
]