Download List

Project Description

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, a plugin system, and a multi-layered file tree.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-09-06 07:59
0.9.6

This time the motto was all around bug fixing, stabilizing, and grinding the corners. Apart from this, some significant things have changed under the hood.
Tags: Major bugfixes

2008-06-16 05:45
0.9.5

This release brings a brand new plugin system already featuring many useful bits and pieces, which renders aurora_contrib obsolete (finally). Other highlights are benchmarking via test cases, some new assert methods, anonymous template blocks, an interactive command line interface, and many other changes.
Tags: Major feature enhancements

2008-04-15 22:10
0.9.4.1

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.
Tags: Minor bugfixes

2008-04-06 23:37
0.9.4

This release includes environments, model initialization at command line level, and an availability switch. URL files are now in YML format, and the test framework has undergone a nearly complete rewrite. Many bugs have been fixed.
Tags: Major feature enhancements

2008-03-23 16:20
20080323

This release fixes some notices being thrown at startup with E_ALL enabled. It makes the benchmark line readable in CLI mode, and fixes a glitch with etags not being used under certain circumstances.
Tags: Minor bugfixes

Project Resources