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-05-07 02:39:33 UTC


README

68747470733a2f2f7777772e7269676874656c2e69722f7269676874656c2d626f6f7473747261702d7468656d652f696d616765732f6c6f676f39392d686561642e706e67

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