dev-master
9999999-dev http://developer.jambase.comA PHP library for the Jambase API
MIT
The Requires
- php >=5.3.3
- zendframework/zendframework 2.*,!=2.0.6
by Tom Anderson
zf2 live music concerts
A PHP library for the Jambase API
This is a library to abstract the Jambase API, (*1)
edit composer.json
file with following contents:, (*2)
json
"require": {
"jambase/jambase": "dev-master"
}
, (*3)
curl -s http://getcomposer.org/installer | php
(on windows, download
http://getcomposer.org/installer and execute it with PHP)php composer.phar install
Configure the service, (*4)
use Jambase\Service\Jambase; Jambase::configure($apiKey);
Query the API, (*5)
$simpleXMLResult = Jambase::search(array('band' => 'The Band'));
A PHP library for the Jambase API
MIT
zf2 live music concerts