Skip to content

Latest commit

 

History

22 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

仓库 files navigation

Steam-API

Use Steam API with PHP easily

api.php

<?php
include "api.php";
$useapi = new ISteamUser;
$variable = $useapi -> GetPlayerSummaries("your_api_key","steam_id","avatarfull");
echo $variable;
//This code gives user's full avatar.
?>

How to Find Steam API?

  • Log in to your Steam Account on Browser
  • Go to this link
  • If there's no api key, create one

Or you can find your api key with Steam Client too.

⚠️ Don't share your api key ⚠️

关于

Use Steam API with PHP easily

Resources

Stars

3 stars

关注者

1 watching

复刻s

发布

贡献者

Languages