panlatent / daap
Digital Audio Access Protocol library
Installs: 12
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
pkg:composer/panlatent/daap
Requires
- php: >=5.5
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-04-19 08:36:29 UTC
README
Digital Audio Access Protocol library for PHP.
What's This
This is a PHP OO library to share digital audio between computers on a network. The Digital Audio Access Protocol (DAAP) is the proprietary protocol introduced by Apple in its iTunes software to share media across a local network.
Requirements
- PHP 5.5 or later
Installation
Download the library using composer:
$ composer require panlatent/daap
Usage
Parser DAAP response:
$daap = new Pnaltent\Daap\Document($httpResponseBody);
License
The DAAP is open-sourced software licensed under the MIT license.