Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.9 KB

README.md

File metadata and controls

56 lines (30 loc) · 1.9 KB

Spotify for Laravel

TODO: Write up a description of what this package does.

Installation

composer require exactsports/spotify

Usage

Spotify::getUserTopItems(TopItemsRequestDto $requestDto)

Describe what this does and when / how to use it.

SpotifyHttpClient::getApiCall(string $endpoint, array $headers)

SpotifyHttpClient::postApiCall(string $endpoint, array $headers, array $bodyParams)

SpotifyHttpClient::postAccountCall(string $endpoint, array $headers, array $bodyParams)

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you've found a bug regarding security please mail security@spatie.be instead of using the issue tracker.

Postcardware

You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Kruikstraat 22, 2018 Antwerp, Belgium.

We publish all received postcards on our company website.

Credits

The aggregate root functionality is heavily inspired by Frank De Jonge's excellent EventSauce package. A big thank you to Dries Vints for giving lots of valuable feedback while we were developing the package.

Footnotes

1 Quote taken from Event Sourcing made Simple

License

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