1. Go to this page and download the library: Download pamenary/laravel-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/ */
pamenary / laravel-sms example snippets
" "pamenary/laravel-sms": "dev-master"
},
use Pamenary\LaravelSms\Sms;
$sms = new Sms();
$sms->sendSMS(['09123456789'], 'text message');
use Pamenary\LaravelSms\Sms;
$sms = new Sms();
$sms->getCredit();