Mashups, APIs, Website Information Shared...

Posts Tagged ‘Last.fm’

Last.fm API for CodeIgniter – ci-phplastfmapi

Friday, February 6th, 2009

is a great php framework and lately I’ve been playing with it on my personal projects. Many of those personal projects are music related so of course I am using the last.fm api.

While looking for various ways of integrating the last.fm api into my application I stumbled upon the very well developer PHP LastFM API also known as “lastfm_protocol” and from their documentation and organization you can see that its top notch.

The PHP LastFM Api seems to expose every method that the official last.fm api supports.

So I’ve written this lightweight wrapper for the library that allows you to expose the full functionality of matto1990’s library without touching it (allowing for updates to PHP LastFM Api to unaffect the CodeIgniter Library)

Note: I am releasing this without much support but please comment here and I’ll attend to all of your inquiries!
How to Install

  • Download using the link below
  • Extract the zip file on your computer
  • Upload the files into the appropriate file structure (those of you comfortable with the “merge” upload, do so)
  • User: $this->load->library(’CI_LastFmAPI’); in your code or add CI_LastFmAPI to your config/autoload.php
  • Use the documentation for using the phplastfmapi

The Links