PHP code example of mhgolestani77 / smsir

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

    

mhgolestani77 / smsir example snippets


use Mhgolestani77\Smsir\Smsir;


use Mhgolestani77\Smsir\Classes\Smsir;

$smsir = new Smsir($line_number, $api_key)

__(`smsir.DeliveryStatus.$delivery_status`);

__(`smsir.SendStatus.$status`);

php artisan vendor:publish --provider Mhgolestani77\Smsir\SmsirServiceProvider