PHPackages                             wimski/laravel-beatport - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. wimski/laravel-beatport

AbandonedArchivedLibrary[API Development](/categories/api)

wimski/laravel-beatport
=======================

Beatport API for Laravel based on website requests

v1.4.2(5y ago)632MITPHPPHP ^7.3|^8.0

Since Aug 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/wimski/laravel-beatport)[ Packagist](https://packagist.org/packages/wimski/laravel-beatport)[ Docs](https://github.com/wimski/laravel-beatport)[ RSS](/packages/wimski-laravel-beatport/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (11)Versions (11)Used By (0)

[![Software License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/20e8a28a9a2ae0921874a3f34ebd1890c3281a47ea21ac9e511f992874c0f48f/68747470733a2f2f7472617669732d63692e6f72672f77696d736b692f6c61726176656c2d62656174706f72742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wimski/laravel-beatport)[![Coverage Status](https://camo.githubusercontent.com/99e1733b2f587d8ee721b8260b83573070d67ea1a4502b02fdfb4d99a3f1174e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f77696d736b692f6c61726176656c2d62656174706f72742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/wimski/laravel-beatport?branch=master)

Laravel Beatport: A Website Based API
=====================================

[](#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 .

Installation
------------

[](#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`:

```
