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

Greg Bulmash's Blog: Creating A Simple Rating Script With PHP And MySQL

Rob Morgan's Blog: Howto Log Directly to Your OS X Terminal using Zend Framework and NodeJS

Zend Developer Zone: Book Review - PHP Programming with PEAR

IBM developerWorks: Understanding the Zend Framework, Part 2 (MVC & a Database)

ServerGrove Blog: How to customize the error pages in Symfony2


Community Events











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


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

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