News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
Working with RESTful Services in CodeIgniter
February 04, 2010 @ 13:03:58

Phil Sturgeon has posted a new tutorial over on the NETTUTS.com site about working with REST services in CodeIgniter. He shows both sides of things - using REST services and making them.

CodeIgniter is becoming well known for its power as a PHP based web application framework, but it's not often that we see examples of it being used for anything else. Today we'll learn how we can use CodeIgniter to create a RESTful API for your existing web applications, and demonstrate how to interact with your own API or other RESTful web-services, such as Facebook and Twitter.

He has the sample code hosted over on his github account where you can pull down the source and follow along from the beginning. His application is created to be flexible enough for multiple output formats (xml, json, html) and respond correctly to the HTTP request types like GET, POST, PUT, DELETE. On the other side he shows how to consume the services via different methods like file_get_contents and cURL.

0 comments voice your opinion now!
rest webservice codeigniter tutorial consume create


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Explore Aspect Oriented Programming with CodeIgniter, Part 1

DeveloperTutorials.com: WordPress Customization

Adam Trachtenburg\'s Blog: Two SOAP Links

Utah PHP Users Group: CodeIgniter - the PHP answer?

Kevin Waterson's Blog: Introduction to PHP and MySQL How they work together.


Community Events











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


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

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