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

https://github.com/voidsnam/codashop

check username by game ID from Codashop
https://github.com/voidsnam/codashop

check-nickname-game check-username-game codashop-api php-api php-checkusergame php-codashop

Last synced: 4 months ago
JSON representation

check username by game ID from Codashop

Awesome Lists containing this project

README

          

# CODASHOP API
check username by game ID from Codashop

Installation
------------
```
composer require namdevel/codashop
```
GAME LIST
------------
```php
use Namdevel\Codashop;
require(__DIR__ . '/vendor/autoload.php');

echo $app->gameList();
```
CHECK
------------
```php
use Namdevel\Codashop;
require(__DIR__ . '/vendor/autoload.php');

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.