PHPackages                             prhl2375/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. prhl2375/php-discogs-api

ActiveLibrary[API Development](/categories/api)

prhl2375/php-discogs-api
========================

The Discogs API makes it easy for developers to communicate with the Discogs platform

v3.5.3(1y ago)0189MITPHPPHP &gt;=7.0

Since Mar 25Pushed 1y agoCompare

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

READMEChangelogDependencies (4)Versions (6)Used By (0)

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

[](#discogs-api)

[![Version](https://camo.githubusercontent.com/167357f5a2097f0c6c1fb5ee41d4efa50287c4d91a906f56ebd2777470140b3f/68747470733a2f2f706f7365722e707567782e6f72672f63616c6c696f7374726f2f7068702d646973636f67732d6170692f76657273696f6e)](//packagist.org/packages/calliostro/php-discogs-api)[![License](https://camo.githubusercontent.com/f2dfeeea060f0c79952e0f887d1e8cb3014dea1a33c6bb5aeb19dd432d11c3d8/68747470733a2f2f706f7365722e707567782e6f72672f63616c6c696f7374726f2f7068702d646973636f67732d6170692f6c6963656e7365)](//packagist.org/packages/calliostro/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.

License
-------

[](#license)

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

Symfony Bundle
--------------

[](#symfony-bundle)

For the integration of Discogs into Symfony 5 or Symfony 6, 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 prhl2375/php-discogs-api

```

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

[](#requirements)

PHP 7.3 or PHP 8.x

Usage
-----

[](#usage)

Creating a new instance is as simple as:

```
