vjoxyodo / discogs-api
Laravel Library to use Discogs API
0.5.1
2024-08-03 17:41 UTC
Requires
- php: >=7.2.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.5
README
Package for use of www.discogs.com API
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.