Is there any really lightweight RESTful frameworks around that assumes its users to be not newbies?
I am looking for something that is based on the below criteria
- One that models resources ( for RESTful-ness )
- Object oriented ( not just for the sake of it )
- Not one that forces to use MVC
- No unnecessary fat ( strange database layers and ORMs )
- Pay for what I use ( nothing is automatic, but gives me means to make them automated )
- Sensible logging ( unlike kohana )
- Sensible configuration ( unlike kohana, not every techie is a PHP programmer )