moechofe / php-Discogs-client

Small Discogs.com API v2 client used to retrieve public informations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discogs API v2 public client for PHP5.3

This is a small helper to retrieve public information from discogs.com using the API v2.

Actually, ther is only two functions implemented:

Example:

$d = new Discogs("MyPersonalClient/0.1 +http://mypersonalclient.com");
foreach( $d->searchRelease("Zappa") as $id => $release )
	var_dump( $id );
var_dump( $d->release('2754221') );

About

Small Discogs.com API v2 client used to retrieve public informations.


Languages

Language:PHP 100.0%