namdevel/dunia-games

Un-official API to Check Username / Nickname By Account ID

1.1 2021-07-14 02:33 UTC

This package is auto-updated.

Last update: 2024-09-14 09:16:02 UTC


README

Un-official API to Check Username / Nickname By Account ID

Hits

Usage

require('src/duniaGames.php');

$a = new DuniaGames();

echo $a->getUserNameMobileLegends('<userID>', '<zoneID>');
echo $a->getUserNameFreeFire('<gameID>');
echo $a->getUserNameCODMobile('<openID>');
echo $a->getUserNameLifeAfter('<gameID>', '<ServerName>');

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.