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

PHPMaster.com: Where on Earth are You?

Zend Developer Zone: Using APC with PHP

Joey Rivera's Blog: Using Zend_Paginator with Twitter API and Zend_Cache

Raphael Stolt's Blog: Teaching the Zend REST server to talk JSON

NETTUTS.com: Creating a File Hosting Site with CodeIgniter


Community Events











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


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

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