aditamagf/check-ign

Un-official API to Check Username Game By Account ID

1.0 2023-10-02 16:13 UTC

This package is auto-updated.

Last update: 2024-05-01 00:17:35 UTC


README

CHECK IGN Packagist Total Downloads CodeFactor GitHub Issues GitHub Forks GitHub Stars License Hits

☕ Buy Me a Coffee

Installation

composer require aditamagf/check-ign

Usage

require('src/Games.php');

use Aditdev\ApiGames;

$api = new ApiGames;

echo $api->MOBILE_LEGENDS('<userID>', '<zoneID>');
echo $api->FREEFIRE('<userID>');

List of Games

Game Code
8 Ball Pool EIGHT_BALL_POOL
APEX Legends Mobile APEX_LEGENDS
Arena of Valor AOV
AU2 Mobile AU_TWO_MOBILE
Auto Chess AUTO_CHESS
Azur Lane AZUR_LANE
Badlanders BAD_LANDERS
Call of Duty Mobile CALL_OF_DUTY
Club Vegas CLUB_VEGAS
Crisis Action CA_HEROGAMES
Dragon City DRAGON_CITY
Dragon Raja ZULONG_DRAGON_RAJA
EOS RED EOS_RED
Food Fantasy Crystal ELEX
Football Master 2 FOOTBALL_MASTER
Free Fire FREEFIRE
Game of Sultans MECHANIST
Genshin Impact GENSHIN_IMPACT
Higgs Domino HIGGS_DOMINO
Identity V IDENTITY_V
Laplace M ZLONGAME
League of Legends: Wild Rift WILD_RIFT
LifeAfter NETEASE_LIFEAFTER
Light of Thel: Glory of Cepheus LIGHT_OF_THEL
Lords Mobile LORDS_MOBILE
Love Nikki LOVENIKKI
MARVEL Duel MARVEL_DUEL
MARVEL Super War MARVEL_SUPER_WAR
Mobile Legends: Bang Bang MOBILE_LEGENDS
Mobile Legends: Adventure ADVENTURE
MU Origin 2 OURPALM
Need for Speed No Limits SPEED_NO_LIMIT
ONE PUNCH MAN: The Strongest ONE_PUNCH_MAN
Onmyoji Arena ONMYOJI_ARENA
Point Blank POINT_BLANK
Ragnarok M: Eternal Love Big Cat Coin GRAVITY_RAGNAROK_M
Ragnarok X: Next Generation RAGNAROK_X
Sausage Man SAUSAGE_MAN
Shining Nikki SHINING_NIKKI
Speed Drifters SPEEDDRIFTERS
Super Mecha Champions SUPER_MECHA_CHAMPIONS
Super SUS SUPER_SUS
VALORANT VALORANT
ZEPETO NAVER_Z_CORPORATION

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.