PHP Skeleton Framework
This package is an extensive Web application development framework. It provides many modules that implement modules and features used in Web application development like: - Registry of common information - Class loader - Dependency Injection - Front controller dispatching - Action Controllers with modules without need to inherit from a base class - Layered components implemented that can be used as standalone modules - Clean URLs with mod_rewrite support - Caching - Database abstraction - SQL query building - Model classes and ORM (Object-Relational Mapping) - Logging - Pagination of listings - Etc.