| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Use Steam API with PHP easily
<?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.
?>Or you can find your api key with Steam Client too.
⚠️ Don't share your api key ⚠️
| Back | FazBrowse Home | New Git URL |