inside/steamspy-api-client

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

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/inside/steamspy-api-client

0.3.0 2019-01-15 21:31 UTC

This package is auto-updated.

Last update: 2025-09-26 02:29:06 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;