bahramali / myrightel-php
MyRightel-PHP is a PHP library for interacting with MyRightel
v1.0.0
2021-05-06 14:10 UTC
Requires
- php: >=7.2
- ext-curl: *
- ext-mbstring: *
- ext-openssl: *
README
MyRightel-PHP (No captcha)
MyRightel-PHP is a PHP library for interacting with MyRightel
You can log in without captcha
Installation
composer require bahramali/myrightel-php
Usage
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
Example
About Us
This library can be used for easy interaction with MyRightel just like official applications.
You can log in without captcha
Disclaimer
This library is free and can not be sold.
The responsibility for using this library lies with the individual
License
MyRightel-PHP is licensed under the MIT License - see the LICENSE file for details