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

https://github.com/lecodeurdudimanche/php-player


https://github.com/lecodeurdudimanche/php-player

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# PHP Player
## A package to asynchronously play music using PHP

*This package is in early development stage*

## Requirements

This library relies on ffmpeg, youtube-dl and aplay.
PHP version >= 7.2

## Installation

```
composer require lecodeurdudimanche\php-player
```

## Basic usage

```
// TODO
```

## TODO
- Add error check from manager
- Prevent incorrect video being added to playlist
- Add cache control ?
- Can't setup cache dir of already running daemon (can cause cache mismatch (apparently))
- Add song removal
- Add arbitrary song selection in the playlist
- Add playlist save / load
- Add Spotify / Yt playlist import

## License
MIT License