Skip to content

FatherFil/steamspy-api-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%