RestPHP Framework (http://restphp.com)
RestPHP is a php framework for creating RESTful applications and APIs that rely on what HTTP already provides us:
-
A simple way to refer to resources
-
An even simpler way to announce our intent using HTTP verbs (GET, PUT, POST, DELETE)
-
A full list of response codes to inform the client of the status of their request
-
Automatic content negotiation via the Accept header as well as Character Set, Encoding and Language
RestPHP is not a full stack framework. There are a ton of those our there already. RestPHP only provides the framework to take advantage of what HTTP was intended to give us.
PHP 5.3+
Zend Framework http://framework.zend.com We use Zend_Config and Zend_Json* packages right now. No sense in reinventing the wheel right?
See TODO in this directory