Download .zip |
Info | Documentation | Demos | View files (3) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2017-01-15 (16 hours ago) | Not yet rated by the users | Total: 136 This week: 2 | All time: 8,339 This week: 497 |
Version | License | PHP version | Categories | |||
icecast-status 1.1 | GNU General Publi... | 5.0 | PHP 5, Web services, Audio |
Description | Author | |
This class can Retrieve and parse the status of a Icecast server. |
############################################################################### icecaststatus.class.php ############################################################################### AXELS ICECAST STATUS PARSER V1.0 http://www.axel-hahn.de/php_icecaststatus License: GNU/GPL v3 2013-11-14 1.0 first time in the wild. -------------------------------------------------------------------------------- ############################################################################### --- typical usage: $o = new IcecastStatus("http://[your-icecast-server]/status.xsl"); var_dump($o->getMounts()); // lists all mountpoints $a = $o->getData(); // show all details of all mountpoints $a = $o->getData("[Name]"); // show all details of a given mountpoint see interactive demo: http://www.axel-hahn.de/srfradio/ ############################################################################### |
Files |
File | Role | Description |
---|---|---|
icecaststatus.class.php | Class | icecast status parser class |
readme.txt | Doc. | readme txt |
simpledoc.html | Doc. | Class documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
66% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.