Download the PHP package xklusive/laravel-battlenet-api without Composer
On this page you can find all versions of the php package xklusive/laravel-battlenet-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xklusive/laravel-battlenet-api
More information about xklusive/laravel-battlenet-api
Files in xklusive/laravel-battlenet-api
Package laravel-battlenet-api
Short Description Laravel 5 client for Battle.net API
License MIT
Homepage https://github.com/xklusive/laravel-battlenet-api
Informations about the package laravel-battlenet-api
Laravel 5 Battle.net API
This package allows to call the Battle.net API.
Once installed you can do stuff like this:
Battle.net API key
Before you be able to make requests to the Battle.net API, you need to provide your API key. If you don't have an API key, refer to https://dev.battle.net/docs to get your API key. Without a Battle.net API key, the package will not be functionnal.
Install
You can install the pacakge via composer:
Then this provider must be installed :
The last required step is to publish configuration's file in your application with :
Once the config file is published setup the required variables in the .env file :
Congratulations, you have successfully installed Laravel Battle.net API !
All versions of laravel-battlenet-api with dependencies
laravel/framework Version ^5.5
illuminate/contracts Version ^5.5
guzzlehttp/guzzle Version ^6.2