2017 © Pedro Peláez
 

library daap

Digital Audio Access Protocol library

image

panlatent/daap

Digital Audio Access Protocol library

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DAAP

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Digital Audio Access Protocol library for PHP., (*2)

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., (*3)

Requirements

  • PHP 5.5 or later

Installation

Download the library using composer:, (*4)

$ composer require panlatent/daap

Usage

Parser DAAP response:, (*5)

$daap = new Pnaltent\Daap\Document($httpResponseBody);

License

The DAAP is open-sourced software licensed under the MIT license., (*6)

The Versions

25/04 2017

dev-master

9999999-dev

Digital Audio Access Protocol library

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires