Steam
Steam copied to clipboard
A composer package to make use of the steam web api.
Throws an exception when the Steam API responds with an empty response, which would normally cause the error `Invalid argument supplied for foreach() at vendor/syntax/steam-api/src/Syntax/SteamApi/Steam/App.php:79` For example: Steam::app()->appDetails(1444140) See #124...
This adds support for Laravel 9 and also updates the GitHub workflow to test against PHP 8.1.
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.2.0 to 7.4.5. Release notes Sourced from guzzlehttp/guzzle's releases. Release 7.4.5 See change log for changes. Release 7.4.4 See change log for changes. Release 7.4.3 See change...
I'm trying to call the game icon, but instead of the picture I always get a link to the steam picture I want to make sure that each game has...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.7.0 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. 1.8.3 See change log for changes....
there is no function to call getAppList.
Hey folks, When calling `Steam::app()->appDetails(1444140)` I get the error: ``` ErrorException Invalid argument supplied for foreach() at vendor/syntax/steam-api/src/Syntax/SteamApi/Steam/App.php:79 75| protected function convertGames($apps) 76| { 77| $convertedApps = new Collection(); 78|...
Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.1.3 to 1.1.4. Commits f3ad691 Reject paths with funky whitespace. 1ac14e9 Added SharePoint community adapter 4347fe7 Remove ext-fileinfo from suggests, it's already in requires 1bf07fc Fix time-related...
Sometimes Steam returns an empty array. This fix avoids the throwable error "method not found"
Bumps [laravel/framework](https://github.com/laravel/framework) from 8.24.0 to 8.40.0. Release notes Sourced from laravel/framework's releases. v8.39.0 Added Added Illuminate\Collections\Collection::sole() method (#37034) Support url for php artisan db command (#37064) Added Illuminate\Foundation\Bus\DispatchesJobs::dispatchSync() (#37063) Added...