jordanpartridge / conduit-spotify
Spotify integration component for Conduit - Control music during development workflows
v2.13.0
2025-07-30 04:50 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.0
- illuminate/console: ^11.0
- illuminate/support: ^11.0
- laravel-zero/framework: ^11.0
Requires (Dev)
- laravel/pint: ^1.18
- orchestra/testbench: ^9.0
- pestphp/pest: ^3.0
- phpstan/phpstan: ^1.12
This package is auto-updated.
Last update: 2025-07-31 04:58:19 UTC
README
A Conduit component for spotify functionality
Installation
# Via Conduit component system conduit components install spotify # Via Composer (if published) composer require jordanpartridge/conduit-spotify
Commands
conduit spotify:init
Usage
# Example usage
conduit spotify:init --help
Development
# Install dependencies composer install # Run tests ./vendor/bin/pest # Code formatting ./vendor/bin/pint # Static analysis ./vendor/bin/phpstan analyze
License
MIT License. See LICENSE for details.