Easy Scrobbler

PHP Last.fm Audioscrobbler client class.

News

2006-07-22 - 0.1 version released.

Features

Latest source

Usage

	require_once 'easy_scrobbler.class.php';

	$scrobbler = new EasyScrobbler('myusername');
	
	// get tracks array
	$list = $scrobbler->getWeeklyTrackChart();
	
	// just to see what is in array - dump :) You could do something more useful.
	var_dump($list);

Live example

I'm using my class to generate recently played lists in my homepage (mouse over headphones).


© Laurynas Butkus (laurynas.butkus at gmail.com), 2006