I've recently been assigned a very simple PHP project, which is essentially just putting some data from a form into a DB, and allowing the DB contents to be viewable by an admin.
I deal in Ruby most of the time nowadays, and for a project like this, I'd probably turn to something simple, like Sinatra; but I thought this might be a good opportunity to get into the PHP micro-framework world and see what solutions the PHP community has to offer nowadays.
I know it's very easy to just write a simple php script manually to do the job, but I'm hoping this way I can not only do the job, but also learn a new useful micro-framework for future projects.
Doing a little searching, the only one I could find so far was Limonade (http://github.com/sofadesign/limonade), but I'm curious if the SO community has any better / alternative suggestions!