2017 © Pedro Peláez
 

library laravel-steam

A steam-api client for Laravel 5

image

addones/laravel-steam

A steam-api client for Laravel 5

  • Wednesday, July 25, 2018
  • by 2er7
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Laravel-Steam

Build Status StyleCI Status Scrutinizer Coverage releases status license , (*1)

This package provides an easy way to get details from the steam api service. The services it can access are:, (*2)

  • ISteamNews
  • IPlayerService
  • ISteamUser
  • ISteamUserStats
  • ISteamApps

Installation

First of all, You need get your API key from Steam, (*3)

in Laravel 5.5 and up

composer require addones/laravel-steam

Publish the config file., (*4)

php artisan vendor:publish

Lastly, you can using Steam class in controller use namespace top of that file, (*5)

use Steam;

🎉, (*6)

in Laravel 5.0 - 5.4

composer require addones/laravel-steam

Once that is finished, add the service provider to config/app.php, (*7)

Dawoea\SteamApi\SteamApiServiceProvider::class,

The alias to Steam is already handled by the package., (*8)

And, publish the config file., (*9)

php artisan vendor:publish

Lastly, you can using Steam class in controller use namespace top of that file, (*10)

use Steam;

🎉, (*11)

Documentation

You can find the full documentation Here., (*12)

Credits

The Versions

25/07 2018

1.2.x-dev

1.2.9999999.9999999-dev

A steam-api client for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

19/07 2018

1.1.x-dev

1.1.9999999.9999999-dev

A steam-api client for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

19/07 2018
19/07 2018

dev-master

9999999-dev

A steam-api client for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

14/06 2018
14/06 2018
14/06 2018
13/06 2018
12/06 2018