Skip to content

Commit 9178e80

Browse files
committed
Updating readme
1 parent db656aa commit 9178e80

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
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.

0 commit comments

Comments
 (0)