<?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>DryWebsite Blog &#187; Ray Ardinanda</title>
	<atom:link href="http://blog.drywebsite.com/?author=3&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.drywebsite.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 09 Jun 2015 14:26:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Hello Slim! (Framework that is)</title>
		<link>http://blog.drywebsite.com/?p=8</link>
		<comments>http://blog.drywebsite.com/?p=8#comments</comments>
		<pubDate>Tue, 09 Jun 2015 12:08:05 +0000</pubDate>
		<dc:creator><![CDATA[Ray Ardinanda]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.drywebsite.com/?p=8</guid>
		<description><![CDATA[I was working on a project that requires inventory. Since I have so many clients that requires inventory programming, I thought that it is about time to create an API for the inventory system. I quickly browsed around a few options ( I will be using PHP ). Slim came on top of my list. &#8230;]]></description>
				<content:encoded><![CDATA[<p>I was working on a project that requires inventory. Since I have so many clients that requires inventory programming, I thought that it is about time to create an API for the inventory system. I quickly browsed around a few options ( I will be using PHP ). Slim came on top of my list. The reason why I picked Slim is simple. Their frontpage</p>
<p><a href="http://blog.drywebsite.com/wp-content/uploads/2015/06/slim_screenshot.png"><img class="alignnone wp-image-9 size-medium" src="http://blog.drywebsite.com/wp-content/uploads/2015/06/slim_screenshot-300x159.png" alt="slim_screenshot" width="300" height="159" /></a></p>
<p>&nbsp;</p>
<p>I need a framework that is quick and simple!</p>
<p>Slim offers a quick way to build APIs. It is as simple as setting up what they call routes, which is essentially where does my GET and POST go ( in layman&#8217;s term ). As the example on above screenshot states, running slim framework takes about 30 seconds. With the code above, you can capture  all the GET request at /hello.</p>
<p>I got to say, the premises are great, however I am having trouble finding help or examples on this framework. Perhaps the PHP gurus might think that Slim is so simple that it does not require much documentation. I did not find the docs at Slim very helpful either. I do have to search for other resources in order to create my first API.</p>
<p>I am still a newbie at Slim. Will post more of my experience as I am doing my project.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.drywebsite.com/?feed=rss2&#038;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
