Digital Audio Access Protocol (DAAP) library for PHP
Digital Audio Access Protocol library for PHP.
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.
Download the library using composer:
$ composer require panlatent/daap
Parser DAAP response:
$daap = new Pnaltent\Daap\Document($httpResponseBody);
The DAAP is open-sourced software licensed under the MIT license.