This is a simple demo of the calliostro/discogs-bundle in combination with hwi/HWIOAuthBundle.
You need PHP 7.3.x or PHP 8.x and Symfony 5.
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Open a command console, enter your desired parent directory for the demo and execute:
$ git clone https://github.com/calliostro/discogs-bundle-demo
Then enter the new directory and run the installation with composer:
$ cd discogs-bundle-demo
$ composer install
First, you must register the application at https://www.discogs.com/de/applications/edit to get the consumer_key
and
consumer_secret
. You can set the values as environment variables. Then they will be used by both bundles. See also
calliostro/discogs-bundle.
Start the local web server of Symfony in the discogs-bundle-demo directory:
$ symfony serve
Open your web browser. Refer to the output in the console for the URL to call.
Further documentation can be found at the Discogs API v2.0 Documentation.