petrepatrasc / blizzard-starcraft-api
A PHP 5.3+ wrapper for the Starcraft 2 API
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 20
Watchers: 3
Forks: 4
Open Issues: 5
Type:symfony-bundle
Requires
- php: >=5.3.2
- ext-curl: *
- petrepatrasc/starcraft-connection-layer: >=1.0.0
- symfony/framework-bundle: >=2.1
- symfony/security-bundle: >=2.1
Requires (Dev)
- doctrine/doctrine-bundle: *
- phpunit/phpunit: ~4.0
- satooshi/php-coveralls: dev-master
- symfony/validator: 2.*
- symfony/yaml: ~2.4.0
- twig/twig: *
This package is not auto-updated.
Last update: 2024-11-09 16:06:41 UTC
README
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 mining purposes and allows 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.