This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 22d1256f5c61ed965ba612f3f92370bfaaaa9805
tree cd97287c45e398efd12561182918d0552e2a60f2
parent 9ca6d3a91f36c5e7998f317b75046e3bc09332bd
tree cd97287c45e398efd12561182918d0552e2a60f2
parent 9ca6d3a91f36c5e7998f317b75046e3bc09332bd
| name | age | message | |
|---|---|---|---|
| |
.ditz-config | ||
| |
.ditz/ | ||
| |
.gitignore | ||
| |
ChangeLog | ||
| |
LICENSE | Sat Sep 27 04:32:39 -0700 2008 | |
| |
README | ||
| |
cache/ | ||
| |
doc/ | ||
| |
examples/ | ||
| |
phpArmory.class.php | ||
| |
phpArmoryCache.class.php | ||
| |
status/ |
README
# 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.








