jambase/jambase

A PHP library for the Jambase API

dev-master 2013-06-16 18:51 UTC

This package is auto-updated.

Last update: 2024-04-11 13:20:12 UTC


README

This is a library to abstract the Jambase API

Installation

  1. edit composer.json file with following contents:

    "require": {
       "jambase/jambase": "dev-master"
    }
  2. install composer via curl -s http://getcomposer.org/installer | php (on windows, download http://getcomposer.org/installer and execute it with PHP)

  3. run php composer.phar install

Use

Configure the service

use Jambase\Service\Jambase;

Jambase::configure($apiKey);

Query the API

$simpleXMLResult = Jambase::search(array('band' => 'The Band'));