lecodeurdudimanche / php-player
PHP music player controlled via Unix sockets
dev-master
2021-02-03 18:19 UTC
Requires
- php: >7.2
- lecodeurdudimanche/php-process-launcher: dev-master
- lecodeurdudimanche/php-unix-streams: dev-master
This package is auto-updated.
Last update: 2025-01-29 07:07:58 UTC
README
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