inside / steamspy-api-client
Steamspy API client for PHP (http://steamspy.com/api.php)
0.3.0
2019-01-15 21:31 UTC
Requires
- php: >=5.4
- ext-curl: @stable
- nayjest/str-case-converter: 1.0.*
Requires (Dev)
- phpunit/phpunit: ^5.0
This package is auto-updated.
Last update: 2025-03-26 01:25:26 UTC
README
Steamspy API client for PHP (http://steamspy.com/api.php)
Installing
composer require inside/steamspy-api-client
Usage
use Inside\SteamspyApi\Steamspy; $api = new Steamspy; $game = $api->appdetails(262060); echo $game->name;