PHPackages                             golles/php-3fm-now-playing - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. golles/php-3fm-now-playing

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

golles/php-3fm-now-playing
==========================

Helper class to retrieve and decode now playing from Dutch radio 3FM

2.0.2(9y ago)135PHPPHP &gt;=5.2.0

Since Mar 1Pushed 9y ago2 watchersCompare

[ Source](https://github.com/golles/php-3fm-now-playing)[ Packagist](https://packagist.org/packages/golles/php-3fm-now-playing)[ Docs](http://golles.nl)[ RSS](/packages/golles-php-3fm-now-playing/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)DependenciesVersions (8)Used By (0)

php 3fm now playing
===================

[](#php-3fm-now-playing)

This is a php library to retrieve and decode the now playing information from Dutch radio 3fm (NPO 3FM).

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist golles/php-3fm-now-playing "*"

```

or add

```
"golles/php-3fm-now-playing": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code:

```
$helper = new Helper3FM();
$helper->get3FMNowPlaying();
$nowPlaying = $helper->getResponse3FM();
echo ucwords($nowPlaying->artist . ' - ' . $nowPlaying->title);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~127 days

Recently: every ~189 days

Total

7

Last Release

3325d ago

Major Versions

1.0.2 → 2.0.02017-02-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/705d79919b11c7733cba1350d60b59b6eaf1e1a3029d7867c024f28588e6ec8e?d=identicon)[golles](/maintainers/golles)

---

Tags

php3FMnow playing

### Embed Badge

![Health badge](/badges/golles-php-3fm-now-playing/health.svg)

```
[![Health](https://phpackages.com/badges/golles-php-3fm-now-playing/health.svg)](https://phpackages.com/packages/golles-php-3fm-now-playing)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
