PhpLayout
Php MVC framework with aim to thin models and controllers
PhpLayout is a small full-stack MVC framework which could be also used as a simple layout system for web-site (with page decoration, inserting fragments etc).
Main difference from other frameworks is aiming at "thin controllers, bare models" principle, with separating business and storage-related logic into dedicated layers (services, daos etc)