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-06-29 03:35:24 UTC


README

TuneInShoutcast

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