PHP code example of itsmh / yii2-payam-resan
1. Go to this page and download the library: Download itsmh/yii2-payam-resan 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/ */
itsmh / yii2-payam-resan example snippets
'components' => [
'sms' => [
'class' => 'itsmh\yii2payamresan\sms',
'username' => "username-goes-here",
'password' => "password-goes-here",
'sendNumber' => "+98XXXXXXXXXXX"
],
// other components ...
php composer.phar