Skip to content

oleh-exe/mp3-stream-title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎡 MP3 Stream Title

PHP Version License Stand with Ukraine Made in Ukraine

A lightweight PHP library to fetch the currently playing track from any online radio stream.

✨ Features

  • ⚑ Lightweight
  • πŸ“¦ No dependencies
  • 🧩 Easy to use
  • 🌐 Optional: PHP cURL support for better stream handling

⚑ Requirements

  • PHP >= 7.2
  • PHP cURL recommended but not required

πŸ“– Usage

<?php

require_once 'Mp3StreamTitle' . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . 'Mp3StreamTitle.php';

use Mp3StreamTitle\Mp3StreamTitle;

$mp3 = new Mp3StreamTitle();

// Replace with a direct radio stream link
echo $mp3->sendRequest('http://example.com');

πŸ‘¨β€πŸ’» Author

πŸ“œ License

Apache 2.0

About

A lightweight PHP library to fetch currently playing tracks from online radio streams.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages