php-discogs-api icon indicating copy to clipboard operation
php-discogs-api copied to clipboard

PHP 5.4 Implementation of the Discogs API

Results 8 php-discogs-api issues
Sort by recently updated
recently updated
newest added

As title, the `php-7.1` versions have been released for the while. And I think it's time to consider bumping into the `php-7.1+` versions now. To do this issue, I think...

https://www.discogs.com/developers/#page:database,header:database-search "Issue a search query to our database. This endpoint accepts pagination parameters"

Added sort and sort_order for the getCollectionItemsByFolder endpoint in service.php

getWantlist was missing from this API so I added it here. I was unable to get the tests to pass on my own despite the code not having any errors...

Discogs send remaining request per minute, maybe something else have made requests, using dynamic throttle instead of fixed one. private $throttle is not needed anymore.

Hi, I added 3 API request that I use in my project to get Folders of a user collection, Folder properties of a given folder and Releases contained in a...