An open API service indexing awesome lists of open source software.

https://github.com/hacksore/factionsphp

A class to make getting faction json data a little easier
https://github.com/hacksore/factionsphp

Last synced: over 1 year ago
JSON representation

A class to make getting faction json data a little easier

Awesome Lists containing this project

README

          

A simple php class for using data from factions json files.

Example usage of the class:

require "faction_api.php"
$cl = new faction();

print_r($cl->getAllPlayers()); //returns an array of every player in a faction.
?>