项目作者: panlatent

项目描述 :
Digital Audio Access Protocol (DAAP) library for PHP
高级语言: PHP
项目地址: git://github.com/panlatent/daap.git
创建时间: 2017-04-16T11:38:33Z
项目社区:https://github.com/panlatent/daap

开源协议:MIT License

下载


DAAP

Build Status
Latest Stable Version
Total Downloads
Latest Unstable Version
License

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:

  1. $ composer require panlatent/daap

Usage

Parser DAAP response:

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

License

The DAAP is open-sourced software licensed under the MIT license.