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
- Host: GitHub
- URL: https://github.com/voidsnam/codashop
- Owner: voidsnam
- License: mit
- Created: 2022-05-19T04:29:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T04:39:15.000Z (over 3 years ago)
- Last Synced: 2025-08-04T13:44:41.756Z (5 months ago)
- Topics: check-nickname-game, check-username-game, codashop-api, php-api, php-checkusergame, php-codashop
- Language: PHP
- Homepage: https://packagist.org/packages/namdevel/codashop
- Size: 5.86 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.