Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
/ laravel-beatport Public archive

Beatport API for Laravel based on website requests

License

Notifications You must be signed in to change notification settings

wimski/laravel-beatport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a94dfc5 · May 9, 2021

History

83 Commits
Aug 11, 2020
Mar 25, 2021
Mar 25, 2021
Mar 25, 2021
Aug 8, 2020
Jul 31, 2020
May 9, 2021
Mar 25, 2021
Jul 31, 2020
Aug 15, 2020
Mar 25, 2021
Aug 15, 2020
Aug 8, 2020

Repository files navigation

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.

About

Beatport API for Laravel based on website requests

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published