PHP code example of bahramali / myrightel-php

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

    

bahramali / myrightel-php example snippets


use MyRightelPHP\MyRightel;
set_time_limit(0);
Password');

$MyRightel->getInventory(); // get inventory
$MyRightel->getFridayGift(); // get friday gift

composer