Game account validation by ID and Server
composer require nurfaizfy/game-account-validation
use Gonon\GameValidation;
require(__DIR__ . '/vendor/autoload.php');
$app = new GameValidation();
echo $app->gameList();
use Gonon\GameValidation;
require(__DIR__ . '/vendor/autoload.php');
$app = new GameValidation();
echo $app->checkUser('MOBILE_LEGENDS', <USER_ID>, <ZONE_ID>);
This open-source software is distributed under the MIT License. See LICENSE.md
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.