PHPackages                             joeyboli/radioapisdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. joeyboli/radioapisdk

ActiveLibrary[API Development](/categories/api)

joeyboli/radioapisdk
====================

Modern PHP SDK for RadioAPI - retrieve radio stream metadata, search music tracks, and analyze image colors

1.0.13(1mo ago)157Apache-2.0PHPPHP &gt;=8.3

Since Oct 13Pushed 3mo agoCompare

[ Source](https://github.com/joeyboli/RadioAPISDK)[ Packagist](https://packagist.org/packages/joeyboli/radioapisdk)[ Docs](https://github.com/joeyboli/radioapisdk)[ RSS](/packages/joeyboli-radioapisdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (13)Used By (0)

RadioAPI PHP Client
===================

[](#radioapi-php-client)

A clean, modern PHP client for RadioAPI that makes working with radio streams and music data feel effortless. Get real-time stream metadata, search across all the major streaming platforms, and even pull color palettes from album artwork—all with an API that just works.

[![PHP Version](https://camo.githubusercontent.com/cc9cdea9aa96b40a822425e981b0a030e3371202973c7d57b74e8e99834f81dc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e312d626c7565)](https://www.php.net/)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](LICENSE)

What You Can Do
---------------

[](#what-you-can-do)

- **Stream Metadata** - Pull current track info from any radio stream
- **Music Search** - Find tracks across Spotify, Deezer, Apple Music, and more
- **Color Extraction** - Grab dominant colors from album art for theming
- **Fluent API** - Chain methods together naturally
- **Type Safe** - Full PHP 8.1+ type declarations throughout
- **Zero Config** - Just install and go
- **Built on ElliePHP** - Powered by the rock-solid ElliePHP HttpClient

What You'll Need
----------------

[](#what-youll-need)

- PHP 8.1 or newer
- ElliePHP HttpClient

Getting Started
---------------

[](#getting-started)

Pop this into your terminal:

```
composer require joeyboli/radioapisdk
```

Quick Example
-------------

[](#quick-example)

Here's the basic idea:

```
