Syntaxerrors Steam Versions Save

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

2.0.13

5 years ago

Adding more properties to the app container responses.

public $requiredAge;
public $isFree;
public $shortDescription;
public $supportedLanguages;
public $recommendations;
public $achievements;
public $dlc;

2.0.12

5 years ago

Some tweaks from wonderful contributors.

2.0.11

7 years ago
  • Added active game details to the player object (@Decicus)
  • Fixed up pluralization in readable minutes (@Kovah)
  • Changed service provider to use singleton for laravel 5.4 support (@Deazl and @cjmaxik)
  • Fixed a problem with player achievements for some games (@Kovah and @73cn0109y)

2.0.10

7 years ago

Added raw minutes for last 2 weeks playtime. (Thanks to @Kovah for this update)

2.0.9

7 years ago

Adding steam ID validation check. If you pass an invalid steam ID to a section (like $steam->users($id)) it will be checked for being valid. If not it will throw an UnrecognizedId exception.

2.0.8

7 years ago

Fixing laravel version requirements.

2.0.7

7 years ago

1.2.6

7 years ago

2.0.6

7 years ago

Releasing the PRs that have been done.

2.0.5

8 years ago

Fixing steam IDs going beyond the int limit.