News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Writing a RESTful Web Service with Slim
July 27, 2012 @ 10:53:30

On PHPMaster.com today there's a new tutorial showing you how to create a simple RESTful API with the help of the Slim PHP microframework.

Through a series of articles here at PHPMaster you've learned about what is REST and how it works. In this article, I'd like to show you how to create a RESTful web service using Slim, a PHP micro-framework inspired by Sinatra, a Ruby framework. It's well-suited for creating simple RESTful web services and comes with some minimal components like Router, Request, Response, and View. It's very simple, and is easy to understand and use.

He walks you through the basics of getting the framework downloaded and set up as well as showing you how to make some basic routes ("Hello World" style). He then uses the NotORM library to work with his database and, via a RESTful interface, give information about books, edit their information and add new ones.

0 comments voice your opinion now!
rest api slim microframework webservice tutorial


blog comments powered by Disqus

Similar Posts

CodeIgniter.com: A Quick Look at Sparks

Nick Lo's Blog: RewriteRouter and Zend_Config play together

Robert Basic's Blog: Chaining routes in Zend Framework

Bob Majdak's Blog: Compile That PHP-GTK2, and More

Andrew Johnstone's Blog: Lock Files in PHP & Bash


Community Events











Don't see your event here?
Let us know!


composer podcast object framework conference tool introduction release language interview opinion code community zendframework2 development testing example functional series unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework