Skip to content
/ steam Public

Quick PHP Steam library to gather public information regarding steam users and games. It also allows to login a steam user on your website.

License

Notifications You must be signed in to change notification settings

mstevz/steam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

  • Project Name: steam-api-php
  • Description: PHP Class that connects to Steam API via web with PHP.
  • Requirements: PHP VERSION: >5.0 Libraries : Openid (included in project)

USAGE EXAMPLE

<?php
require('steam.php');

$steam = new Steam("http://localhost", API_KEY);

$steam->login("http://localhost/dashboard", function($loggedUserData){
    // handle the logged user data information as you wish. 
});

$playerSummaries = $steam->get("playerSummaries", STEAMID);
?>

SUPPORT

I believe this project is stable and due to my lack of time I will give no support.

CONCLUSION

Hope it comes to good use.

myeaaaah.

About

Quick PHP Steam library to gather public information regarding steam users and games. It also allows to login a steam user on your website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages