Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nurfaizfy/game-account-validation
- Owner: nurfaizfy
- License: mit
- Created: 2022-06-17T20:58:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T11:36:44.000Z (over 2 years ago)
- Last Synced: 2024-12-06T03:39:58.291Z (about 1 month ago)
- Topics: account-validation, api, game-validation, php
- Language: PHP
- Homepage: https://packagist.org/packages/nurfaizfy/game-account-validation
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.