dusta/tuneinshoutcast

App for generate file to connect shoutcast server

1.1 2017-04-08 12:17 UTC

This package is auto-updated.

Last update: 2024-04-29 02:59:28 UTC


README

Generate files for connect to server shoutcast. Available format $_GET['type'] ['asx','m3u','pls','qtl','wax','ram']

<?php
include_once "src/TuneIn.php";
$TuneIn = new \TuneInShoutcast\TuneIn("ip:port");
$TuneIn->generate($_GET['type']);
die();
?>

Composer https://packagist.org/packages/dusta/tuneinshoutcast