2017 © Pedro Peláez
 

library php-3fm-now-playing

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

image

golles/php-3fm-now-playing

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

  • Saturday, April 1, 2017
  • by golles
  • Repository
  • 2 Watchers
  • 1 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

php 3fm now playing

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

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

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

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code:, (*6)

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

The Versions

01/04 2017

dev-master

9999999-dev http://golles.nl

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

  Sources   Download

The Requires

  • php >=5.2.0

 

php 3fm now playing

01/04 2017

2.0.2

2.0.2.0 http://golles.nl

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

  Sources   Download

The Requires

  • php >=5.2.0

 

php 3fm now playing

01/04 2017

2.0.1

2.0.1.0 http://golles.nl

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

  Sources   Download

The Requires

  • php >=5.2.0

 

php 3fm now playing

20/02 2017

2.0.0

2.0.0.0 http://golles.nl

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

  Sources   Download

The Requires

  • php >=5.2.0

 

php 3fm now playing

22/05 2016

1.0.2

1.0.2.0 http://golles.nl

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

  Sources   Download

The Requires

  • php >=5.2.0

 

php 3fm now playing

04/03 2015

1.0.1

1.0.1.0 http://golles.nl

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

  Sources   Download

The Requires

  • php >=5.2.0

 

php 3fm now playing

01/03 2015

1.0.0

1.0.0.0 http://golles.nl

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

  Sources   Download

The Requires

  • php >=5.2.0

 

php 3fm now playing

01/03 2015

v1.0-beta

1.0.0.0-beta http://golles.nl

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

  Sources   Download

The Requires

  • php >=5.2.0

 

php 3fm now playing