News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Building A RESTful PHP Server Understanding the Request
January 19, 2012 @ 10:02:18

In this new post to her blog Lorna Mitchell starts off a new series (based on popular demand) looking at building an RESTful server in PHP. Back to basics - no framework, just PHP.

In the first part of this (probably) 3-part series, we'll begin with the basics. It might seem boring, but the most important thing to get right with REST is parsing all the various elements of the HTTP request and responding accordingly. I've put in code samples from from a small-scale toy project I created to make me think about the steps involved.

Her "basics" include:

  • the routing to send everything to the main index file (a "front controller" of sorts) with the .htaccess settings included
  • Handling the incoming request with a "Request" class
  • Parsing the incoming parameters from the "php://input" stream

0 comments voice your opinion now!
restful rest webservice request htaccess index


blog comments powered by Disqus

Similar Posts

Ian Selby's Blog: Making RESTful Requests in PHP

Brian Moon's Blog: Responsible use of the $_REQUEST variable

TechChorus Blog: Create RESTful Applications Using The Zend Framework

PHP Thinktank Blog: Web Services with Davey

Zend Developer Zone: The value of Web services for PHP


Community Events









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


example framework database testing composer api podcast tool unittest release code zendframework2 language phpunit community introduction interview opinion object development

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