jk/restserver

A PHP REST server for providing a very light-weight REST API without aweful routing configuration


README

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.