Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

PHP Library for OverDark API

Awesome Lists containing this project

README

        

# 💡 OverDark API PHP Library
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/145b8d41e484414ea81272c3997e5468)](https://www.codacy.com/manual/tappo03/overdark?utm_source=github.com&utm_medium=referral&utm_content=tappo03/overdark&utm_campaign=Badge_Grade)
[![License: MIT](https://img.shields.io/github/license/tappo03/overdark)](https://opensource.org/licenses/MIT)
[![GitHub issues](https://img.shields.io/github/issues/tappo03/overdark)](https://github.com/tappo03/overdark)
[![Total Downloads](https://poser.pugx.org/tappo03/overdark_api/downloads)](//packagist.org/packages/tappo03/overdark_api)
[![Latest Stable Version](https://poser.pugx.org/tappo03/overdark_api/v)](//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)
```