News Feed
Jobs Feed
Sections




News Archive
Ian Selby's Blog:
Create a REST API with PHP
February 20, 2009 @ 10:26:29

In this recent post to his blog Ian Selby looks at how you can create a REST API that can be used as an interface layer on top of any PHP application.

One of the latest (sort of) crazes sweeping the net is APIs, more specifically those that leverage REST. It's really no surprise either, as consuming REST APIs is so incredibly easy… in any language. It's also incredibly easy to create them as you essentially use nothing more than an HTTP spec that has existed for ages.

He looks at what REST is - both the request and response sides - and some of the PHP code you can use to create your own service. His example defines all of the HTTP codes and uses a processRequest function to handle the incoming request. The response is pushed back out from the processResponse method and even includes an extension of the class to handle XML requests if they're POSTed.

0 comments voice your opinion now!
rest api tutorial xml introduction http specification


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Packaging Your Apps with Phar

Felix Geisendorfer's Blog: Two Tutorials - Title to Slug & Dependencies with If

Brian Swan's Blog: Getting Started with PHP on Windows

Web Development Blog: PHP Mail Scripts using SMTP transport, a guide for beginners

Anthony Ferrara's Blog: Security Review: Creating a Secure PHP Login Script


Community Events











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


testing opinion interview zendframework2 functional development database community series introduction phpunit usergroup conference release framework symfony2 rest google language podcast

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