2017 © Pedro Peláez
 

library api-supervisor

Blizzard API consumer and domain data mapper

image

blizzard-galaxy/api-supervisor

Blizzard API consumer and domain data mapper

  • Monday, March 2, 2015
  • by petrepatrasc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

API Supervisor

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads SensioLabs Insight, (*1)

This package is a PHP integration layer for the Blizzard API. It contains methods for easily consuming the API and retrieving the information into dedicated entities., (*2)

Install

Via Composer, (*3)

``` bash $ composer require blizzard-galaxy/api-supervisor, (*4)


## Usage ``` php $starcraftClient = new StarcraftClient('YOUR_API_KEY', Region::EUROPE, Locale::EN_GB); $playerProfile = $starcraftClient->getPlayerProfile(2048419, 'LionHeart'); $ladderSummary = $starcraftClient->getLadderSummaryById(7500); $ladderSummary = $starcraftClient->getLadderSummaryGrandmaster(); $ladderSummary = $starcraftClient->getLadderSummaryGrandmasterLastSeason();

Testing

bash $ phpunit, (*5)

Contributing

Please see CONTRIBUTING for details., (*6)

Security

If you discover any security related issues, please email petre@dreamlabs.ro instead of using the issue tracker., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

02/03 2015

dev-master

9999999-dev https://github.com/blizzard-galaxy/api-supervisor

Blizzard API consumer and domain data mapper

  Sources   Download

MIT

The Requires

 

The Development Requires

api domain league supervisor blizzard consumer api-supervisor

02/03 2015

0.2.0

0.2.0.0 https://github.com/blizzard-galaxy/api-supervisor

Blizzard API consumer and domain data mapper

  Sources   Download

MIT

The Requires

 

The Development Requires

api domain league supervisor blizzard consumer api-supervisor

27/02 2015

0.1.0

0.1.0.0 https://github.com/blizzard-galaxy/api-supervisor

Blizzard API consumer and domain data mapper

  Sources   Download

MIT

The Requires

 

The Development Requires

api domain league supervisor blizzard consumer api-supervisor