inside/steamspy-api-client

Steamspy API client for PHP (http://steamspy.com/api.php)

0.3.0 2019-01-15 21:31 UTC

This package is auto-updated.

Last update: 2024-03-25 23:09:50 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;