namdevel/codashop

check username by game ID from Codashop

dev-main 2022-05-19 04:39 UTC

This package is auto-updated.

Last update: 2024-05-04 07:08:06 UTC


README

check username by game ID from Codashop

Installation

composer require namdevel/codashop

GAME LIST

use Namdevel\Codashop;
require(__DIR__ . '/vendor/autoload.php');

echo $app->gameList();

CHECK

use Namdevel\Codashop;
require(__DIR__ . '/vendor/autoload.php');

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.