11# Blizzard API PHP Client
22API client for Blizzard API written in PHP. [ Blizzard API Documentation] ( https://dev.battle.net/io-docs )
33
4- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/LogansUA/blizzard-api-client/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/LogansUA/blizzard-api-client/?branch=master )
5- [ ![ Build Status] ( https://scrutinizer-ci.com/g/LogansUA/blizzard-api-client/badges/build.png?b=master )] ( https://scrutinizer-ci.com/g/LogansUA/blizzard-api-client/build-status/master )
6- [ ![ Latest Stable Version] ( https://poser.pugx.org/logansua/blizzard-api-client/v/stable )] ( https://packagist.org/packages/logansua/blizzard-api-client )
7- [ ![ Total Downloads] ( https://poser.pugx.org/logansua/blizzard-api-client/downloads )] ( https://packagist.org/packages/logansua/blizzard-api-client )
8- [ ![ License] ( https://poser.pugx.org/logansua/blizzard-api-client/license )] ( https://packagist.org/packages/logansua/blizzard-api-client )
4+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/LogansUA/blizzard-api-php- client/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/LogansUA/blizzard-api-php -client/?branch=master )
5+ [ ![ Build Status] ( https://scrutinizer-ci.com/g/LogansUA/blizzard-api-php- client/badges/build.png?b=master )] ( https://scrutinizer-ci.com/g/LogansUA/blizzard-api-php -client/build-status/master )
6+ [ ![ Latest Stable Version] ( https://poser.pugx.org/logansua/blizzard-api-php- client/v/stable )] ( https://packagist.org/packages/logansua/blizzard-api-php -client )
7+ [ ![ Total Downloads] ( https://poser.pugx.org/logansua/blizzard-api-php- client/downloads )] ( https://packagist.org/packages/logansua/blizzard-api-php -client )
8+ [ ![ License] ( https://poser.pugx.org/logansua/blizzard-api-php- client/license )] ( https://packagist.org/packages/logansua/blizzard-api-php -client )
99[ ![ Dependency Status] ( https://www.versioneye.com/user/projects/5503fd1a4a1064f144000002/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/5503fd1a4a1064f144000002 )
1010[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/b103523d-7f46-4c74-94f9-cf41462b298a/mini.png )] ( https://insight.sensiolabs.com/projects/b103523d-7f46-4c74-94f9-cf41462b298a )
1111
1212## Installation
1313### Method 1
1414```
15- php composer.phar require logansua/blizzard-api-client
15+ php composer.phar require logansua/blizzard-api-php- client
1616```
1717This command requires you to have Composer installed globally, as explained
1818in the [ Composer documentation] ( https://getcomposer.org/doc/00-intro.md ) .
1919### Method 2
2020```
21- git clone https://github.com/LogansUA/blizzard-api-client.git
21+ git clone https://github.com/LogansUA/blizzard-api-php- client.git
2222```
2323
2424## List of available API services
@@ -27,4 +27,4 @@ git clone https://github.com/LogansUA/blizzard-api-client.git
2727* Starcraft ([ example] ( https://github.com/LogansUA/blizzard-api-php-client/blob/master/examples/StarcraftExample.php ) )
2828
2929## License
30- This software is published under the [ MIT License] ( https://github.com/LogansUA/blizzard-api-client/blob/master/LICENSE )
30+ This software is published under the [ MIT License] ( https://github.com/LogansUA/blizzard-api-php- client/blob/master/LICENSE )
0 commit comments