https://github.com/tappo03/overdark
PHP Library for OverDark API
https://github.com/tappo03/overdark
composer composer-package libraries library overdark php php-lib php-library php7
Last synced: 11 months ago
JSON representation
PHP Library for OverDark API
- Host: GitHub
- URL: https://github.com/tappo03/overdark
- Owner: tappo03
- License: mit
- Created: 2020-06-10T19:45:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T12:39:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-04T00:32:42.223Z (about 1 year ago)
- Topics: composer, composer-package, libraries, library, overdark, php, php-lib, php-library, php7
- Language: PHP
- Homepage: https://overdarkgame.com/langs/it/api/#/documentation
- Size: 44.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💡 OverDark API PHP Library
[](https://www.codacy.com/manual/tappo03/overdark?utm_source=github.com&utm_medium=referral&utm_content=tappo03/overdark&utm_campaign=Badge_Grade)
[](https://opensource.org/licenses/MIT)
[](https://github.com/tappo03/overdark)
[](//packagist.org/packages/tappo03/overdark_api)
[](//packagist.org/packages/tappo03/overdark_api)
All functions of **overdark API** into a [PHP]() Library, for more info
## 🔗 TOKEN Retrive
Retrive API Token from [OverDarkAPI](), if you not have, register to bot
## 💾 Installation
With **json file** (`Composer`):
``` json
{
...
"require": {
"tappo03/overdark_api": "*"
}
}
```
With **command line** (`Composer`):
➖ `composer require tappo03/overdark_api`
## ⚙️ Example
➖ You can call overdark api with `Tappo03\overdark\api` namespace:
```php
get_profile ('0pl'));
```
➖ **get_clan example:**
```php
get_clan ('CN0PP'));
```
➖ **get_char_info example:**
```php
get_char_info ());
```
➖ **get_classification example:**
```php
get_classification ('overworld')); // or darkworld
```
➖ **get_player_image example:**
```php
get_player_image (10000000, true)); // or false (without background)
```