jordanpartridge/conduit-spotify

Spotify integration component for Conduit - Control music during development workflows

v2.13.0 2025-07-30 04:50 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.