public marks

PUBLIC MARKS from mbertier with tags php & rest

March 2006

Tonic: A RESTful Web App Development Framework

by 2 others (via)
Tonic is an open source less is more, RESTful Web application development and Web site management PHP script designed to do things "the right way", where resources are king and the framework gets out of the way and leaves the developer to get on with it.

January 2005

PHP REST SQL: A HTTP REST interface to MySQL written in PHP

by 3 others (via)
PHP REST SQL is a class used to open a HTTP REST interface to a MySQL database using PHP and a HTTP server. Using standard HTTP requests, the data in a database can be created, retrieved, modified and deleted.