Ray is micro framework written in PHP desinged for RESTful web application, and it's inspired by almighty sinatra. Peace!
Readme
Hello Ray!
<?php
require_once 'Ray/Ray.php';
$app = new Ray\Ray();
$app->get('/', function(){
return 'Hello Ray!';
});
// That's all folks!
Download
Ready to create something extraordinary? Grab the source - play with source!