Top Navigation

RESTful Web Services DEMOs in PHP

Enjoy the following DEMOs of RESTful Data Services written in PHP using WSF/PHP.

DEMO URL Description Service Code Explanation
RESTful School Demonstrates mapping a resource to a unique URL school_service.php DO REST in PHP - RESTful Data Services
RESTful Applications Demonstrate how you can do CRUD operation on a resource with HTTP Verb + Resource URL combination. school_applications.php RESTful CRUD Data Services DEMO