Steamspy API client for PHP (http://steamspy.com/api.php)
composer require inside/steamspy-api-client
use Inside\SteamspyApi\Steamspy;
$api = new Steamspy;
$game = $api->appdetails(262060);
echo $game->name;
Steamspy API client for PHP (http://steamspy.com/api.php)
composer require inside/steamspy-api-client
use Inside\SteamspyApi\Steamspy;
$api = new Steamspy;
$game = $api->appdetails(262060);
echo $game->name;