Steam icon indicating copy to clipboard operation
Steam copied to clipboard

A composer package to make use of the steam web api.

Results 27 Steam issues
Sort by recently updated
recently updated
newest added

https://github.com/syntaxerrors/Steam/blob/4a002fbe036069b3c3954ffc32af7a4bc39e298c/src/Syntax/SteamApi/SteamId.php#L76 This is fundamentally wrong! https://github.com/syntaxerrors/Steam/blob/4a002fbe036069b3c3954ffc32af7a4bc39e298c/src/Syntax/SteamApi/SteamId.php#L88 Also not correct. CS:GO uses "Universe", but CS:S and CS 1.6 do not. Example on a real "Steam ID": CS:GO - STEAM_1:0:18797073 CS 1.6...

bug

How can i get an Item prices and images for each user (steam community)

enhancement
Needs documentation

Has correct data format, issue #90

It shows that `appDetails` returns `array` https://github.com/syntaxerrors/Steam/blob/master/examples/app/appDetails.txt In reality, it returns a `NukaCode\Database\Collection`

bug

I am trying to include in my APP, but it's laravel 9 app :(.

Drop support for PHP below 8.1

The usage of the old `Steam` alias and `SteamApi` facade is a bit weird and confusing to use. Better to explicitly init the client you want to use, e.g. ```...