PHPackages                             w3spi5/php-discogs-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. w3spi5/php-discogs-api

ActiveLibrary[API Development](/categories/api)

w3spi5/php-discogs-api
======================

The forked and updated as of end of 2024, Discogs API, that makes it easy for developers to communicate with the Discogs platform

2.0.9(2mo ago)175↓100%MITPHPPHP &gt;=7.3

Since Apr 22Pushed 2mo agoCompare

[ Source](https://github.com/w3spi5/php-discogs-api)[ Packagist](https://packagist.org/packages/w3spi5/php-discogs-api)[ RSS](/packages/w3spi5-php-discogs-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (24)Used By (0)

Discogs Api
===========

[](#discogs-api)

[![Latest Stable Version](https://camo.githubusercontent.com/3b4d1cd70598ca34ce8939123cafb8feb9cb66f4ef25df7ded6f98598284b45b/687474703a2f2f706f7365722e707567782e6f72672f7733737069352f7068702d646973636f67732d6170692f762f737461626c653f63616368652d627573743d31)](https://packagist.org/packages/w3spi5/php-discogs-api)[![Total Downloads](https://camo.githubusercontent.com/ca232cb6887aae30283e1339f20895a8d97713cad08277beb64e37090a9a2f05/687474703a2f2f706f7365722e707567782e6f72672f7733737069352f7068702d646973636f67732d6170692f646f776e6c6f616473)](https://packagist.org/packages/w3spi5/php-discogs-api)[![PHP Version Require](https://camo.githubusercontent.com/0b07922205350d28b7407ececa65100d5195846ae6f5bd91929ebec1596bebc9/687474703a2f2f706f7365722e707567782e6f72672f7733737069352f7068702d646973636f67732d6170692f726571756972652f706870)](https://packagist.org/packages/w3spi5/php-discogs-api)[![License](https://camo.githubusercontent.com/55e87ecd6905b340ece7a27098904771dc8fe828578828a5070e27cad0226917/687474703a2f2f706f7365722e707567782e6f72672f7733737069352f7068702d646973636f67732d6170692f6c6963656e7365)](https://packagist.org/packages/w3spi5/php-discogs-api)[![Dependents](https://camo.githubusercontent.com/1e2a6804dea82e947f1c15dc2ec20b43777f55faec60f2679c8d879de8a52add/687474703a2f2f706f7365722e707567782e6f72672f7733737069352f7068702d646973636f67732d6170692f646570656e64656e7473)](https://packagist.org/packages/w3spi5/php-discogs-api)

This library is a PHP 7.3 / PHP 8.x implementation of the [Discogs API v2.0.](https://www.discogs.com/developers/index.html)The Discogs API is a REST-based interface. By using this library you don't have to worry about communicating with the API: all the hard work has already be done.

Fork
----

[](#fork)

In meantime @calliostro wake up, I need this package to work
Edit: @calliostro has updated, but I decided to stay on my own package while I pulled improvments into my current package

License
-------

[](#license)

This library is released under the MIT license. See the complete license in the LICENSE file.

Symfony Bundle by Calliostro
----------------------------

[](#symfony-bundle-by-calliostro)

For the integration of Discogs into Symfony 5+, see [calliostro/discogs-bundle](https://github.com/calliostro/discogs-bundle).

Installation
------------

[](#installation)

Start by [installing composer](https://getcomposer.org/doc/01-basic-usage.md#installation). Next do:

```
$ composer require w3spi5/php-discogs-api

```

Requirements
------------

[](#requirements)

PHP 7.3 or PHP 8.x

Usage
-----

[](#usage)

Creating a new instance is as simple as:

```
