Skip to content

rootcf/Steam-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository 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 ⚠️

About

Use Steam API with PHP easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages