Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

moechofe/php-Discogs-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages