Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nurfaizfy/game-account-validation

Game account validation by ID and Server
https://github.com/nurfaizfy/game-account-validation

account-validation api game-validation php

Last synced: 16 days ago
JSON representation

Game account validation by ID and Server

Awesome Lists containing this project

README

        

# Game Validation API
Game account validation by ID and Server

## Documentation
[Documentation](https://documenter.getpostman.com/view/10409939/UzBmLSJa)

## Installation
------------
```
composer require nurfaizfy/game-account-validation
```
## Game List
------------
```php
use Gonon\GameValidation;
require(__DIR__ . '/vendor/autoload.php');
$app = new GameValidation();
echo $app->gameList();
```
## Validate Account
------------
```php
use Gonon\GameValidation;
require(__DIR__ . '/vendor/autoload.php');
$app = new GameValidation();
echo $app->checkUser('MOBILE_LEGENDS', , );
```
## 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.