| Package Data | |
|---|---|
| Maintainer Username: | ronscript |
| Maintainer Contact: | ronjune.lopez@gmail.com (RonJune) |
| Package Create Date: | 2014-12-02 |
| Package Last Update: | 2014-12-18 |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-11-19 15:03:46 |
| Package Statistics | |
|---|---|
| Total Downloads: | 5 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Simple Laravel steam web api
require "ronjune/steam": "dev-master"
Provide 'Ronjune\Steam\SteamServiceProvider'
Alias 'SteamWebAPI' => 'Ronjune\Steam\Facades\SteamWebAPI'
$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