jordanpartridge / conduit-spotify
Spotify integration component for Conduit - Control music during development workflows
Installs: 57
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 6
pkg:composer/jordanpartridge/conduit-spotify
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-10-01 00:14:43 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.