Download the PHP package gbrousse/icecast-auth without Composer
On this page you can find all versions of the php package gbrousse/icecast-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gbrousse/icecast-auth
More information about gbrousse/icecast-auth
Files in gbrousse/icecast-auth
Download gbrousse/icecast-auth
More information about gbrousse/icecast-auth
Files in gbrousse/icecast-auth
Vendor gbrousse
Package icecast-auth
Short Description PHP librairy used to authenticate listeners via Icecast authentication via the URL system
License LGPL-3.0
Homepage https://github.com/gbrousse/IcecastAuth
Package icecast-auth
Short Description PHP librairy used to authenticate listeners via Icecast authentication via the URL system
License LGPL-3.0
Homepage https://github.com/gbrousse/IcecastAuth
Please rate this library. Is it a good library?
Informations about the package icecast-auth
IcecastAuth
PHP library used to authenticate listeners via Icecast authentication (URL) (http://icecast.org/docs/icecast-2.4.1/auth.html). This library execute your own functions or methods on Icesast server events.
Installation
Install the latest version with
Basic usage
Create a PHP File that the Icecast server can reach
Setup callback function will receive as argument an array containing :
- server : domain of the Icecast server
- port : the port use to call the stream
- client : an unique id set by Icecast for the listener
- mountpoint : the mount called by listener
- ip : ip of the listener
- all GET parameters in the stream url called by the listener
Configure mount on Icecast server
Examples
- Basic Usage
- Advance Usage
About
Requirements
- IcecastAuth works with PHP 5.3 or above.
Submitting bugs and feature requests
Bugs and feature request are tracked on GitHub
Author
Gregory Brousse - http://gregory-brousse.fr
License
IcecastAuth is licensed under the LGPL-3.0 License - see the LICENSE
file for details
All versions of icecast-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package gbrousse/icecast-auth contains the following files
Loading the files please wait ....