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

ActiveLibrary

tnduoc/api-discogs
==================

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

026PHP

Since Jan 17Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Discogs Api
-----------

[](#discogs-api)

[![Build Status](https://camo.githubusercontent.com/957d71ee84882fed0361598bcaa7747ac84c3ac607cf24ab168f3b24aacb8226/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7269636272612f7068702d646973636f67732d6170692e706e67)](http://travis-ci.org/ricbra/php-discogs-api)[![Latest Stable Version](https://camo.githubusercontent.com/58fc3efb7b84a0b0f4692318f4bd88f3e4818e951cfe38a4bda60bfc299dab84/68747470733a2f2f706f7365722e707567782e6f72672f7269636272612f7068702d646973636f67732d6170692f762f737461626c652e737667)](https://packagist.org/packages/ricbra/php-discogs-api)[![Total Downloads](https://camo.githubusercontent.com/92772c38fedb62330cd6c7124496dc3504c83e3f64d705dc9560fdb809c2e8d6/68747470733a2f2f706f7365722e707567782e6f72672f7269636272612f7068702d646973636f67732d6170692f646f776e6c6f6164732e706e67)](https://packagist.org/packages/ricbra/php-discogs-api)[![License](https://camo.githubusercontent.com/e4a0858aa2322857a81bc2915af717db8ab2f7beee0d59731e0e47396b5aa6d8/68747470733a2f2f706f7365722e707567782e6f72672f7269636272612f7068702d646973636f67732d6170692f6c6963656e73652e706e67)](https://packagist.org/packages/ricbra/php-discogs-api)[![Quality](https://camo.githubusercontent.com/44fcc36addf82c8f6030fd07b2314d8f05a28617d48f7b2b9566b1ad7c9d8886/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7269636272612f7068702d646973636f67732d6170692f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/ricbra/php-discogs-api/)

This library is a PHP 5.4 implementation of the [Discogs API v2.0.](http://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.

This API is build upon the shoulders of a giant: [Guzzle 4.0](http://guzzle.readthedocs.org/en/latest/). This is an absolutely awesome library.

License
-------

[](#license)

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

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

[](#installation)

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

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

```

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

[](#requirements)

PHP &gt;=5.4.0

Usage
-----

[](#usage)

Creating a new instance is as simple as:

```
