Kastang Ramblings of a Geek

19Mar/110

WoW Realm Status PHP Class

I am working on a PHP Class called RealmStatus that will pull WoW Realm information from the WoW Realm Status Page without XML feeds available.

The RealmStatus Class currently supports the following operations:
--getAllServers() - Returns an associative array of all Server Names, Statuses, Populations, Types, and Locale.
--getServerType($) - Returns the type of a given server.
--getServerStatus($) - Returns the status of a given server.
--getServerPopulation($) - Returns the population of a given server.
--getServerLocale($) - Returns the locale of a given server.

For a detailed explanation of the operations, please read the function headers in the RealmStatus.php and example.php files.

The files can be pulled from GitHub here.

Filed under: Coding, PHP, WoW Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment

No trackbacks yet.