Skip to content

jesterjunk/whatcd-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

whatcd-php

PHP class used to access the What.CD API

A list of all currently available methods can be found at the link below: https://github.com/WhatCD/Gazelle/wiki/JSON-API-Documentation

Requirements

libcurl

Example usage

require_once('whatcd.class.php');

$WhatCD = new WhatCD('USERNAME_HERE', 'PASSWORD_HERE');

$response = $WhatCD->request(
	'artist', array(
		'artistname' => 'The XX'
	)
);

print_r($response);

License

This software is distributed under the BSD 2-clause license, more information can be found at http://opensource.org/licenses/bsd-license.php

Notes

There is no reason why this class won't support other Gazelle websites, however they are not officially supported by this code, and adjustments will be required.

About

PHP class used to access the What.CD API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%