Skip to content

Small PHP library to parse XBox Live gamercards and retrieve information (e.g. gamerscore) from them

Notifications You must be signed in to change notification settings

Simes/PHP-Gamercard-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This parser library, given a gamertag, will grab the HTML gamercard from live.xbox.com and extract the gamerscore and a few other salient details from it, returning a handy GamerCard object, which is just a data container for the gamercard information.

There used to be a graphical forum signature generator included with this as an example; it has been moved to its own repository, PHP-Gamercard-Sig-Generator, which includes this as a subproject.

Uses php5_dom_wrapper.php by Alexandre Alapetite for PHP 5 compatibility, 
see http://alexandre.alapetite.fr/doc-alex/domxml-php4-php5/

About

Small PHP library to parse XBox Live gamercards and retrieve information (e.g. gamerscore) from them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages