phpSELF
Simple Enhanced Light Framework
...Each module is designed to run independant of the framework so you can strip it down to just one component.
This is not a MVC based framework. It is structured the way you would typically develop a desktop application with classes, and a main controller which, with the user side being dependent on Smarty templates, although you can adapt it to be MVC if you desire by stripping out Smarty and adding in a module to handle your code this way.