File tree Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Original file line number Diff line number Diff line change 1- Steam
2- =====
1+ # Steam
2+
3+ This package provides an easy way to get details from the steam api service. The services it can access are:
4+
5+ - ` Steam_News `
6+ - ` Steam_Player `
7+ - ` Steam_User `
8+ - ` Steam_User_Stats `
9+ - ` Steam_App `
10+
11+ ## Installation
12+
13+ Begin by installing this package with composer.
14+
15+ "require": {
16+ "syntax/steam-api": "dev-master"
17+ }
18+
19+ Next, update composer from the terminal.
20+
21+ composer update syntax/steam-api
22+
23+ > Alternately, you can run "composer require syntax/steam-api: dev-master " from the command line.
24+
25+ Once that is finished, add the service provider to ` app/config/app.php `
26+
27+ 'Syntax\SteamApi\SteamApiServiceProvider',
28+
29+ > The alias to Steam is already handled by the package.
You can’t perform that action at this time.
0 commit comments