ronjune / steam
There is no license information available for the latest version (dev-master) of this package.
Laravel Steam Web API
dev-master
2014-12-18 08:09 UTC
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-11-19 04:10:48 UTC
README
Simple Laravel steam web api
Installation
require "ronjune/steam": "dev-master"
Provide 'Ronjune\Steam\SteamServiceProvider'
Alias 'SteamWebAPI' => 'Ronjune\Steam\Facades\SteamWebAPI'
Usage
$interface = '';
$method = '';
$version = 1 ; // Must be numeric and maximum length of 1. This will be automatically generated to v0001;
SteamWebAPI::get($interface, $method, $version, $parameters); // Default result is json object or null