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: PHP Traits: Good or Bad?

VT\'s Tech Blog: A Few XML & PHP Tutorials

PHPBuilder.com: Introducing Namespaces for PHP Developers

PHPMaster.com: Error Handling in PHP

Nefarious Designs: Object-Oriented PHP Part 1: Definition


Community Events











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


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

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