Voobly-API PHP Wrapper

55 views
Skip to first unread message

agustin....@gmail.com

unread,
Apr 10, 2013, 11:59:50 PM4/10/13
to aoc...@googlegroups.com
Voobly-API PHP Wrapper

This is a PHP implementation for the Voobly Public API

Last Version: 1.1
Download: https://github.com/agusl88/VooblyAPI-PHP-Wrapper/archive/master.zip
Git Repository: https://github.com/agusl88/VooblyAPI-PHP-Wrapper

Features
  • 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
  1. Copy all the content of the package to your server.
  2. Create a cache/ folder (must be writeable, chmod 777).
  3. 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.
  4. 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

Changelog
Version 1.0 Initial Release

Version 1.1 Improved OO Design

License
This package is distributed under the GNU Public License v2 - http://www.gnu.org/licenses/gpl-2.0.txt
Reply all
Reply to author
Forward
0 new messages