Phej is a lightweight, extensible PHP5 MVC framework designed for simplicity and convenience. The main framework code is contained in a single PHP file, and for basic operation you only need a custom index.php file and .htaccess file. Any other features are added as desired using standardized plugins. Plugins can provide their own models, views, and controllers if necessary. The framework handles code errors as cleanly as possible, providing context-sensitive error reporting. There is no public code just yet because of further development and testing, but it should be available soon.
Phej Framework

Wayne and Layne