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
Requires
- php: ^7.3|^8.0
- cocur/slugify: ^4.0
- guzzlehttp/guzzle: ^6.0|^7.0
- khill/php-duration: ^1.0
- myclabs/php-enum: ^1.7
- symfony/dom-crawler: ^5.1
Requires (Dev)
- haydenpierce/class-finder: ^0.4.2
- mockery/mockery: ^1.3
- orchestra/testbench: ^5.3
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^8.5
- swisnl/guzzle-fixture-handler: ^2.2
README
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.