vjoxyodo/discogs-api

Laravel Library to use Discogs API

0.3 2021-08-23 12:34 UTC

This package is auto-updated.

Last update: 2024-05-09 19:37:54 UTC


README

Package for use of www.discogs.com API

Build Status Total Downloads Package Size Last Commit Latest Stable Version License Languages

Discogs API Parser

Discogs API is a simplified parser for the Discogs API

Installation

Install via composer in the root directory of a Laravel application

composer require vjoxyodo/discogs-api

The install will create the file config/discogs-api.php containing the Service variables for usage of the package. Check the file and add the same names with the corresponding values in your project env file

After instaling run your Laravel folder project:

php artisan vendor:publish --provider="Vjoxyodo\DiscogsApi\DiscogsServiceProvider"

License

The Laravel framework is open-sourced software licensed under the MIT license.