MyRightel-PHP is a PHP library for interacting with MyRightel
composer require bahramali/myrightel-php
use MyRightelPHP\MyRightel;
set_time_limit(0);
require_once __DIR__ . '/vendor/autoload.php';
$MyRightel = new MyRightel('phone number', 'Password');
$MyRightel->getInventory(); // get inventory
$MyRightel->getFridayGift(); // get friday gift
This library can be used for easy interaction with MyRightel just like official applications.
This library is free and can not be sold.
The responsibility for using this library lies with the individual
MyRightel-PHP is licensed under the MIT License - see the LICENSE file for details