There are a few micro-frameworks for PHP like Slim, Silex... but none of them are focused on Single Page Applications. There is some kind of framework focused on SPAs? That only handle DB requests ant let client-side frameworks like Angular and Backbone do the rendering part?
Ok. So, my research guides me to this: https://github.com/leocavalcante/spa
Any thoughts?