https://github.com/jordanpartridge/conduit-spotify
Conduit component for spotify functionality
https://github.com/jordanpartridge/conduit-spotify
cli conduit conduit-component laravel laravel-zero php
Last synced: 5 months ago
JSON representation
Conduit component for spotify functionality
- Host: GitHub
- URL: https://github.com/jordanpartridge/conduit-spotify
- Owner: jordanpartridge
- License: mit
- Created: 2025-07-28T04:52:44.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-07-31T04:58:17.000Z (10 months ago)
- Last Synced: 2026-01-11T19:34:50.397Z (5 months ago)
- Topics: cli, conduit, conduit-component, laravel, laravel-zero, php
- Language: PHP
- Size: 149 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conduit spotify
A Conduit component for spotify functionality
## Installation
```bash
# Via Conduit component system
conduit components install spotify
# Via Composer (if published)
composer require jordanpartridge/conduit-spotify
```
## Commands
- `conduit spotify:init`
## Usage
```bash
# Example usage
conduit spotify:init --help
```
## Development
```bash
# 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](LICENSE) for details.