exactsports / spotify
Package for communication with Spotify
Requires
- illuminate/support: >=10.0
Requires (Dev)
- mockery/mockery: ^1.6
- orchestra/testbench: ^9.1
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-10-14 13:42:23 UTC
README
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.