<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebServiceable &#187; Last.fm</title>
	<atom:link href="http://webserviceable.com/tag/lastfm/feed/" rel="self" type="application/rss+xml" />
	<link>http://webserviceable.com</link>
	<description>Mashups, APIs, Custom APIs. Information Shared.</description>
	<lastBuildDate>Mon, 23 Nov 2009 19:10:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Last.fm API for CodeIgniter &#8211; ci-phplastfmapi</title>
		<link>http://webserviceable.com/2009/02/06/lastfm-api-for-codeigniter-ci-phplastfmapi/</link>
		<comments>http://webserviceable.com/2009/02/06/lastfm-api-for-codeigniter-ci-phplastfmapi/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 18:45:44 +0000</pubDate>
		<dc:creator>electBlake</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Last.fm]]></category>

		<guid isPermaLink="false">http://webserviceable.com/?p=21</guid>
		<description><![CDATA[ is a great php framework and lately I&#8217;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 [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.CodeIgniter.com" target="_blank"  target="_blank"><img src="http://codeigniter.com/images/design/ci_logo2.gif" alt="" width="170" height="73" /></a> is a great php framework and lately I&#8217;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.</p>
<p>While looking for various ways of integrating the last.fm api into my application I stumbled upon the very well developer <a href="http://www.matto1990.com/lastfm_protocol/" target="_blank" title="php last.fm api library"  target="_blank">PHP LastFM API</a> also known as &#8220;lastfm_protocol&#8221; and from their documentation and organization you can see that its top notch.</p>
<p>The PHP LastFM Api <a href="http://apps.sourceforge.net/mediawiki/phplastfmapi/index.php?title=Method_Reference" target="_blank"  target="_blank">seems to expose</a> every method that the <a href="http://www.last.fm/api/intro" target="_blank" title="last.fm api methods and services documentation"  target="_blank">official last.fm api supports</a>.</p>
<p>So I&#8217;ve written this lightweight wrapper for the library that allows you to expose the full functionality of matto1990&#8217;s library without touching it (allowing for updates to PHP LastFM Api to unaffect the CodeIgniter Library)</p>
<p>Note: I am releasing this without much support but please comment here and I&#8217;ll attend to all of your inquiries!<br />
 How to Install</p>
<ul>
<li>Download using the link below</li>
<li>Extract the zip file on your computer</li>
<li>Upload the files into the appropriate file structure (those of you comfortable with the &#8220;merge&#8221; upload, do so)</li>
<li>User: $this-&gt;load-&gt;library(&#8217;CI_LastFmAPI&#8217;); in your code or add CI_LastFmAPI to your config/autoload.php</li>
<li>Use the documentation for using the phplastfmapi</li>
</ul>
<h3>The Links<br />
</h3>
<ul>
<li><a href="http://code.google.com/p/ci-phplastfmapi/" target="_blank" >ci-phplastfmapi Project Homepage</a></li>
<li><a href="http://ci-phplastfmapi.googlecode.com/files/ci-phplastfmapi.zip" target="_blank" >Download ci-phplastfmapi</a></li>
<li><a href="http://www.matto1990.com/lastfm_protocol/" target="_blank" >matto1990&#8217;s phplastfmapi homepage</a></li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://webserviceable.com/2009/02/06/lastfm-api-for-codeigniter-ci-phplastfmapi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
