Steamspy API Client 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;