Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 22 days ago
JSON representation

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();
```