public
Description: phpArmory is a PHP class library that can easily fetch and unserialize World of Warcraft Armory XML data into structured associative arrays.
Homepage: http://www.marenkay.com
Clone URL: git://github.com/marenkay/phparmory.git
name age message
file .ditz-config Mon Sep 29 03:27:09 -0700 2008 Track bugs using ditz (http://ditz.rubyforge.org/) [Daniel S. Reichenbach]
directory .ditz/ Wed Dec 17 06:56:30 -0800 2008 phpArmory 0.4.2 - "Fishing Extravaganza" released. [marenkay]
file .gitignore Sat Sep 27 04:32:39 -0700 2008 phpArmory 0.3.0 [Daniel S. Reichenbach]
file ChangeLog Wed Dec 17 06:56:30 -0800 2008 phpArmory 0.4.2 - "Fishing Extravaganza" released. [marenkay]
file LICENSE Sat Sep 27 04:32:39 -0700 2008 phpArmory 0.3.0 [Daniel S. Reichenbach]
file README Wed Nov 19 12:55:51 -0800 2008 Updated examples for the new PHP5 class, all wo... [Daniel S. Reichenbach]
directory cache/ Thu Nov 20 04:49:14 -0800 2008 A few more changes to make file and mysql cache... [Daniel S. Reichenbach]
directory doc/ Wed Dec 17 06:56:30 -0800 2008 phpArmory 0.4.2 - "Fishing Extravaganza" released. [marenkay]
directory examples/ Mon Feb 23 14:10:33 -0800 2009 Allow for fetching one specific achievement cat... [tsigo]
file phpArmory.class.php Mon Feb 23 14:10:33 -0800 2009 Allow for fetching one specific achievement cat... [tsigo]
file phpArmoryCache.class.php Wed Dec 17 06:56:30 -0800 2008 phpArmory 0.4.2 - "Fishing Extravaganza" released. [marenkay]
directory status/ Wed Dec 17 06:56:30 -0800 2008 phpArmory 0.4.2 - "Fishing Extravaganza" released. [marenkay]
# phpArmory - Work the World of Warcraft armory as you desire

## Summary

phpArmory is a PHP class library that can easily fetch and unserialize World
of Warcraft Armory XML data into structured associative arrays.

This class library requires the PHP extensions for CURL, and XML installed.
Please make sure that these extensions are installed on your server.

## Usage

Include phpArmory.class.php as the base class in your project, and inherit
new classes from the `phpArmory5` class.

If you need caching of the retrieved XML results, include the caching class
from phpArmoryCache.class.php in your project, and inherit new classes from
the `phpArmory5Cache` class.

## Notes

* With the release of phpArmory 0.4.0 support for running the classes with
  PHP4 has been dropped, due to PHP4 not being supported by the developers
  anymore. Thus we recommend to upgrade your PHP installation to PHP5 now.

* The phpArmory API has changed with phpArmory 0.4.0 and is not backwards
  compatible.