aurora framework is a slim modular MVC framework
written in PHP 5.2+ for rapid development of Web or
console applications featuring an integrated
database API, template logic, pretty URLs,
internationalization, caching, data models, and a
multi-layered file tree.
License: GNU General Public License v2
Changes:
Some work has gone into internal cleanup, thus concentrating on bugfixes and making corners round. A new sub-directory called helpers has formed, and contains basic routines for handling test diffs, JSON, YAML, XML, and CSV quite easily. All assert methods have gone into an assert helper, allowing you to write, for example, assert::equal ( $a, $b ). The test case and signals examples have also been updated to show the new API.