Skip to content

nurfaizfy/game-account-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Validation API

Game account validation by ID and Server

Documentation

Documentation

Installation


composer require nurfaizfy/game-account-validation

Game List


use Gonon\GameValidation;
require(__DIR__ . '/vendor/autoload.php');
$app = new GameValidation();
echo $app->gameList();

Validate Account


use Gonon\GameValidation;
require(__DIR__ . '/vendor/autoload.php');
$app = new GameValidation();
echo $app->checkUser('MOBILE_LEGENDS', <USER_ID>, <ZONE_ID>);

License


This open-source software is distributed under the MIT License. See LICENSE.md

Contributing


All kinds of contributions are welcome - code, tests, documentation, bug reports, new features, etc...

  • Send feedbacks.
  • Submit bug reports.
  • Write/Edit the documents.
  • Fix bugs or add new features.