dusta/tuneinshoutcast

App for generate file to connect shoutcast server

Installs: 275

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 5

Open Issues: 0

pkg:composer/dusta/tuneinshoutcast

1.1 2017-04-08 12:17 UTC

This package is auto-updated.

Last update: 2025-09-29 01:32:02 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