Skip to main content

The Book on Aura

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

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.

Question / Doubts
#

Ask your question / doubts in google groups

Feedback
#

I will be more happy to hear your feedback, critics, comments etc. So do shout at me.

Contributing
#

If you interested in contributing to make it better, it is available at https://github.com/auraphp/auraphp.github.com

Written in markdown. Still have hard time understanding things, create an issue mentioning the problems you are facing.

Thanks
#

I would like to thank Paul M Jones for the awesome work he has done on aura.

A special Thanks to Jeff Surgeson for continously asking for the book.

Last but not the least, all who have motivated me to write a book.

Related

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

Standalone Forms for PHP

·710 words·4 mins
Yesterday I wrote about Standalone Forms and Validation. It may need a little bit knowledge on how the Aura.Filter works. But that is a good start if you want to know how you can integrate the pieces of Aura. Today I think I need to show you the very minimal approach you can take to build the form and validate your form. If you want to use a powerful validation and filtering use something like Aura.Filter or bind your favourite components which does the validation Respect, Symfony2 Validator, valitron and filtering with something like DMS-Filter.