PHP code example of devhereco / malathsms

1. Go to this page and download the library: Download devhereco/malathsms 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/ */

    

devhereco / malathsms example snippets


// ...
Devhereco\MalathSMS\ServiceProvider::class,

use Devhereco\MalathSMS\MalathSMS;

MalathSMS::sendOneSide('966555644047', 'Test Message');
// MalathSMS::sendOneSide(Receiver Number, Message);

use Devhereco\MalathSMS\MalathSMS;

MalathSMS::getBalance();
sh
php artisan migrate