/blizzard-starcraft-api

A PHP 5.3+ wrapper for the Starcraft 2 API, stand-alone or as a Symfony 2 Bundle

Primary LanguagePHPMIT LicenseMIT

Blizzard Starcraft 2 API

Build Status Scrutinizer Quality Score Coverage Status Packagist Stable Version License Dependency Status

What is this project about?

This project is an open-source PHP API wrapper for Blizzard Entertainment's Starcraft 2. It provides a clear and easy way to interface with the methods exposed for data minining purposes, and allows for developers to interact with native PHP objects and an extensible architecture in order to expose new functionality and data grouping, while having less to worry about data mapping.

What are the key features?

  • Support for PHP 5.3 and later.
  • Integration via Composer or stand-alone.
  • Extensible architecture, customisable for future needs.
  • Integrates with the Symfony 2 framework as a Bundle.
  • Very high standard of testing.
  • Very high code quality.
  • MIT License.
  • Built and supported with ♥ for an amazing community and an amazing game.

Project information

Please read more about the project on it's dedicated GitHub Page or read the documentation.

Checklist for 1.0

API Call Status
Player's profile Ready
Player's latest matches Ready
General ladder information Ready
Player ladder information Ready
Rewards information Ready
Achievements information Ready
Exception handling Ready