Aura: First 1.0.0 Stable Library Releases!
The Aura Project for PHP 5.4 is happy to announce its first release of 1.0.0 stable library packages. The packages include:
- Aura.Autoload
- Aura.Cli
- Aura.Di
- Aura.Http
- Aura.Marshal
- Aura.Router
- Aura.Signal
- Aura.Sql
- Aura.Uri
- Aura.View
- Aura.Web
In addition, we have initial beta releases of three new libarary packages:
Each library package is independent of all the others, so you can pick and choose which ones you want to use. With few exceptions, each class in each package has 100% PHPUnit test coverage. Each package has a full README for getting started. They all have a composer.json
file and are registered at Packagist.
While the above packages are completely independent of each other, Aura also has a Framework package that binds them all together. Releasing the next version of that Framework and system skeleton is the next thing for us to do.
You can learn more about the Aura Project at http://auraphp.github.com, and please be sure to join our mailing list at http://groups.google.com/group/auraphp.
Update: I originally reported that Aura.Uri was a beta package; it is in fact stable.