README
README file for SqueezePHPAPI.
A PHP API to the SqueezeCenter Command Line Interface.
Copyright (C) 2009 David Broz.
Licensed under the GNU GPL, see COPYING for details.
Description
-----------
The SqueezePHPAPI is a developer API, that should be used for the control of the SqueezeCenter
server and attached players. SqueezePHPAPI is a library written entirely in PHP 5, and some
dependencies are potentially required (i.e. it uses fsockopen() to connect to the server socket).
Please note that the API for SqueezePHPAPI is not yet frozen, and it will remain
changeable until version 1.0 is reached. Read the NEWS file for
important information about API changes.
Documentation Overview
----------------------
* README: gives you a short introduction to SqueezePHPAPI (this file).
* INSTALL: explain how to install and get going with SqueezePHPAPI.
* NEWS: contains important information about changes in SqueezePHPAPI.
* examples/: small self-contained examples of how to use SqueezePHPAPI.
* docs/: the API documentation with a short tutorial and more examples.
* AUTHORS: list of people who have helped.
Features
--------
* Fully documented.
* Many configuration options.
|