Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 279 Bytes

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;