Syntaxerrors Steam Versions Save

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

3.0.0

1 week ago

Hightlights

  • Support for PHP 8.1+
  • Support for Laravel 10+
  • Improved handling of empty responses
  • Updated Unit tests

What's Changed

New Contributors

2.3.0

3 years ago
  • Migrate to Github Actions for CI
  • Drop Scrutinizor for CodeClimate
  • Bump require dependancies for security
  • Support PHP 8.

2.2.1

3 years ago
  • Fix bug in ServiceProvider

2.2.0

3 years ago
  • Support Laravel 6+, thanks to @bensherred .
  • Drop support for Laravel 5 and below.
  • Drop support for PHP < 7.3

2.1.2

4 years ago
  • Actually tag the right release in composer.json.
  • Fix a number of tests, imports and clean up the code syntax.
  • Merge PR: Add Item test and documentation #75, letting you get a users inventory for certain games (where supported). Thanks @Teakowa
  • Merge PR: Fix undefined property when supported languages field is not set #92. Thanks @ilumos
  • Add docker commands to assist in testing of the package itself.

2.1.1

4 years ago
  • Fix: NukaCode\Database requires illuminate\database ^5.0. Both packages are very out of date. I have changed to use native Illuminate\Support\Collections instead.

#97

2.1.0

4 years ago
  • Fix CI Tests failing to run (the tests still fail to pass, but they are actually run now which is good progress.
  • Drop support for PHP < 7.2.0
  • Drop support for Laravel < 5.8.0 (Laravel 6+ should be supported now)

2.0.16

4 years ago
  • fix: Containers/Package.php method error
  • fix: Correct packahe to package in test/BaseTester.php PR #88

Thank you @Teakowa

2.0.15

5 years ago
  • Fix error if Steam returns empty response. #80
  • Fixed appDetails not returning the requested lanuage, thanks to @Teakowa. #81
  • Fixed unhandled error being thrown when Steam returns an empty object on a requested steamId. #82
  • Added $summaries option to GetFriendList to only return SteamIDs if set to false. #70
  • Fix syntax typo in README.

2.0.14

5 years ago

Adding Laravel 5.5+ auto discovery