nurfaizfy/game-account-validation

API for validation account game

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nurfaizfy/game-account-validation

1.0.2 2022-06-26 09:21 UTC

This package is auto-updated.

Last update: 2025-09-25 13:46:37 UTC


README

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.