wimski/laravel-beatport

This package is abandoned and no longer maintained. No replacement package was suggested.

Beatport API for Laravel based on website requests

v1.4.2 2021-03-25 20:17 UTC

This package is auto-updated.

Last update: 2023-12-09 18:09:18 UTC


README

Software License Build Status Coverage Status

Laravel Beatport: A Website Based API

Beatport is, besides a webshop, a database for electronic music with high quality up-to-date content. Unfortunately there is no open API at this point. This package creates an API layer using requests on https://www.beatport.com.

Installation

Via Composer:

$ composer require wimski/laravel-beatport

Autodiscover may be used to register the service provider automatically. Otherwise, you can manually register the service provider in config/app.php:

<?php
   'providers' => [
        ...
        Wimski\Beatport\Providers\BeatportServiceProvider::class,
        ...
   ],

Documentation

For a usage guide and reference, please see the documentation.

License

The MIT License (MIT). Please see License File for more information.