https://github.com/lecodeurdudimanche/php-player
https://github.com/lecodeurdudimanche/php-player
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lecodeurdudimanche/php-player
- Owner: LeCodeurDuDimanche
- License: mit
- Created: 2020-12-20T17:55:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T18:19:23.000Z (over 5 years ago)
- Last Synced: 2024-12-29T21:32:15.264Z (over 1 year ago)
- Language: PHP
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
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