PHP code example of davidnadejdin / sms-ru
1. Go to this page and download the library: Download davidnadejdin/sms-ru 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/ */
davidnadejdin / sms-ru example snippets
return [
'api_key' => env('SMS_RU_API_KEY'),
'from' => env('SMS_RU_FROM'),
'translit' => env('SMS_RU_TRANSLIT', 1),
'test' => env('SMS_RU_TEST', 1),
'partner_id' => env('SMS_RU_PARTNER_ID', 0)
];