Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vslinko/php-player
https://github.com/vslinko/php-player
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vslinko/php-player
- Owner: vslinko
- License: mit
- Created: 2012-11-25T13:04:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-26T16:58:43.000Z (almost 12 years ago)
- Last Synced: 2024-09-21T00:32:54.935Z (about 2 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP audio player
## Installation
Run in your project root:
```composer require rithis/php-player:@dev```
## Usage
```php
play($audio);$loop->run();
```