1. Go to this page and download the library: Download bitfuel/laravel-msg91 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/ */
$result = LaravelMsg91::message(919090909090, 'This is a test message');
$result = LaravelMsg91::message(array('919090909090', '919090909091'), 'This is a test message to multiple recepients');
$result = LaravelMsg91::sendOtp(919090909090, 1290);
$result = LaravelMsg91::sendOtp(919090909090, 1290, "Your otp for phone verification is 1290");