aditamagf/check-ign

Un-official API to Check Username Game By Account ID

1.4 2024-10-30 05:48 UTC

This package is auto-updated.

Last update: 2024-10-30 05:50:31 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

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.