2017 © Pedro Peláez
 

library igad

image

andach/igad

  • Tuesday, November 14, 2017
  • by useaquestion
  • Repository
  • 0 Watchers
  • 0 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 53 % Grown

The README.md

IGAD (Internet Game Award Database)

Introduction

Installation

Add andach/igad to your composer.json., (*1)

"andach/igad": "~1.0"

or, (*2)

composer require andach/igad

Run composer update to pull down the latest version of the package., (*3)

Now open up app/config/app.php and add the service provider to your providers array., (*4)

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

Optionally, add the facade to your aliases array, (*5)

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

Configuration

Add the IGAD to your config/services.php array, (*6)

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

Usage

// TODO

Format of returned data

The returned JSON data is decoded as a PHP object., (*7)

Run Unit Test

If you have PHPUnit installed in your environment, run:, (*8)

$ phpunit

Credits

License

The Versions

14/11 2017

dev-master

9999999-dev

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires