Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajardin/blizzard-sdk-bundle
A Symfony bundle for Blizzard API.
https://github.com/ajardin/blizzard-sdk-bundle
blizzard-api php symfony-bundle world-of-warcraft
Last synced: 29 days ago
JSON representation
A Symfony bundle for Blizzard API.
- Host: GitHub
- URL: https://github.com/ajardin/blizzard-sdk-bundle
- Owner: ajardin
- License: mit
- Created: 2022-09-09T16:22:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T17:32:50.000Z (12 months ago)
- Last Synced: 2024-10-10T13:35:51.033Z (about 1 month ago)
- Topics: blizzard-api, php, symfony-bundle, world-of-warcraft
- Language: PHP
- Homepage:
- Size: 122 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Blizzard SDK Bundle
This non-official bundle provides Symfony services to consume Blizzard APIs as simple as possible.## :rocket: How to use it
There is a dedicated service for each supported Blizzard API endpoints.These services will be automatically autowired when type-hinting with the appropriate class. They return a
`\Symfony\Contracts\HttpClient\ResponseInterface` object that can be processed **asynchronously**
([details](https://symfony.com/doc/current/http_client.html#making-requests)).## :books: Documentation
If you want to discover how to install or use this bundle, and which regions or endpoints are currently supported,
please take a look at the [documentation](/docs/index.md). Feel free to open an issue if you can't find an answer to
your questions.## :pencil: License
This package is an open-sourced software licensed under the [MIT License](/LICENSE).## :balance_scale: Copyright notices
Battle.net, Diablo III, Hearthstone, StarCraft II, World of Warcraft and Blizzard Entertainment are trademarks or
registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.