Skip to main content

The Book on Aura Moves to the Manual

·126 words·1 min
Hari KT
Author
Hari KT
Freelancer | Founder of Tripti and Tanvish | Maintainer of Aura for PHP, created by Paul M Jones
Table of Contents

Some days back I wrote about a WIP of The Book on Aura

It got some attention and pull requests.

Akihito Koriyama have already started to convert the documentation to Japanese.

And today I am happy to announce that it is officially going to the manuals.

Contributing
#

Fork https://github.com/auraphp/auraphp.github.com and contribute to the manuals.

The manuals are in different languages. Currently
Akihito Koriyama is working on Japanese translation.

We are aware some parts of the manual needs a rewrite / more explanation. If you are interested to learn and contribute get in touch via http://groups.google.com/group/auraphp.

If you are looking for library documentation check packages documentation. The manuals is to show you how to use Aura Framework, which is built on top of the aura libraries.

Related

The Book on Aura

·184 words·1 min
There has been lot of requests to show how the individual packages in aura, can be made use inside the framework. So today I am happy to announce that there is a work in progress to make the framework documentation better. I have already started the work on the same. You can read the chapters online. The examples used in the book are also online at https://github.com/harikt/Example.Package I hope Something is better than nothing.

Aura.Web: A Page Controller for MVC

·52 words·1 min
If you are new to the concept of MVC, or if you are planning to build your own framework, probably Aura.Web help you to do the same. Here is the article in phpmaster.com Aura.Web: Aura’s Page Controller for MVC. Probably you may also like the article Web Routing in PHP with Aura.Router.

Aura System Released Beta 5

·99 words·1 min
Yesterday Paul M Jones tagged the beta5 for the system repo. So you can download the system from http://auraphp.com/system/downloads/ via composer # Creating aura framework based projects has been made easy with composer. You can run php composer.phar create-project -s dev aura/system your-directory What it does is almost similar to git clone and installing via git as below