jk / RestServer

A PHP REST server for providing a very light-weight REST API. If you want color highlighting support for TextMate, look here: https://gist.github.com/1149076

Home Page:http://jacwright.com/blog/250/simple-rest-server-in-php-supports-json-amf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RestServer.php

Scrutinizer Code Quality Code Coverage Latest Stable Version License Total Downloads SensioLabsInsight Documentation Status

Master branch Develop branch
Master Build Status Develop Build Status

A PHP REST server for providing a very light-weight REST API. Very easy to set up and get going. Independent from other libraries and frameworks. Supports HTTP authentication. Supports AMF data if the Zend Framework is present for Flash clients.

As of Classification of HTTP-based APIs this implementation should be considered as an HTTP based type II type of an API. So it is not an academic version of a real RESTful API, but this is by intention, so it's easy to understand and install.

About

A PHP REST server for providing a very light-weight REST API. If you want color highlighting support for TextMate, look here: https://gist.github.com/1149076

http://jacwright.com/blog/250/simple-rest-server-in-php-supports-json-amf/

License:MIT License


Languages

Language:PHP 100.0%