PHP code example of ignatenkovnikita / yii2-refill-mobile

1. Go to this page and download the library: Download ignatenkovnikita/yii2-refill-mobile 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/ */

    

ignatenkovnikita / yii2-refill-mobile example snippets


'refillMobile' => [
            'class' =>  \ignatenkovnikita\refillmobile\ClientRefill::className(),
            'url' => your_url,
            'user' => your_user,
            'pass' => your_pass,
            'actionId' => your_actionId

        ],

Yii::$app->refillMobile->state(your_id);
Yii::$app->refillMobile->refill(7 your_phone, your summ);

php composer.phar