Skip to content

MyRightel-PHP is a PHP library for interacting with MyRightel

License

Notifications You must be signed in to change notification settings

ErfanBahramali/MyRightel-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MyRightel-PHP is a PHP library for interacting with MyRightel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages