Skip to content

adchristodoulou/andach-igad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IGAD (Internet Game Award Database)

Introduction

Installation

Add andach/igad to your composer.json.

"andach/igad": "~1.0"

or

composer require andach/igad

Run composer update to pull down the latest version of the package.

Now open up app/config/app.php and add the service provider to your providers array.

'providers' => array(
    Andach\IGAD\IGADServiceProvider::class,
)

Optionally, add the facade to your aliases array

'IGAD' => \Andach\IGAD\Facades\IGAD::class,

Configuration

Add the IGAD to your config/services.php array

'IGAD' => [
    'xboxapikey' => 'YOUR_IGAD_KEY'
]

Usage

// TODO

Format of returned data

The returned JSON data is decoded as a PHP object.

Run Unit Test

If you have PHPUnit installed in your environment, run:

$ phpunit

Credits

License

About

Game Awards (Achievements / Trophies / etc.)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages