bahramali/myrightel-php

MyRightel-PHP is a PHP library for interacting with MyRightel

v1.0.0 2021-05-06 14:10 UTC

This package is auto-updated.

Last update: 2024-11-07 03:51:27 UTC


README

Total Downloads Latest Stable Version License

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