Support for all the API calls: All the available API calls are fully implemented.
Integrated Cache System: Simple but effective cache system. With this you won't do more than a few calls per day even with in a high traffic site, so you don't have to worry about being blocked for doing more than 1000 daily calls. IMPORTANT: This cache is and API-Level Cache, is not designed for be used as cache for your main application.
Auto-Split & Auto-Merge for large querys: When you are doing a query with a large uidlist (>30), Voobly server won't response your request. This PHP implementation auto-split the query, and auto-merge the results making your life easy.
Object-oriented design
Installation
Copy all the content of the package to your server.
Create a cache/ folder (must be writeable, chmod 777).
Open config.php and replace YOUR_KEY_HERE for your API Key. You can also edit the cache folder path if is necessary, by editing the CACHE_DIR value.
Point your browser to sample.php to see if it work.
How to USE See sample.php for code samples, it's very easy to use.
Requirements PHP 5.x allow_url_fopen enable in php.ini