An open API service indexing awesome lists of open source software.

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

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.