What
Is Aura PHP?
Aura Framework is a collection of High-quality,
well-tested, standards-compliant, decoupled libraries that can be used in any
codebase.
The framework itself is leverages libraries and
patterns front end developer find familiar.
Aura’s source code is publicly available and is backed by headless and browser unit tests.
Aura’s source code is publicly available and is backed by headless and browser unit tests.
For more detail about, click to explore...
What
Are the Prerequisites?
Install Git and have a Github account. If you are
new to Git and Github,
this setup guide will help you.
Install PHPUnit
for unit tests.
1. Hit
the ground running quickly widgets into reusable modules using the AMD format.
2. Abstraction
of vendor library’s such as jQuery,
Ender and Zepto.
3. Relies
on familiar tools inside such as grunt for development dependencies and Bower
for browser libraries
4. Unit
tests in Mocha and PhantomJs
5. Third-party
support for Yeoman
Aura comes with a range of packages which you
would expect from PHP
web projects, which include:-
1. Autoloading
2. Dependency
Injection
3. Routing
4. Filtering
5. Dispatching
6. Session
management
7. Provides
an implementation of the TemplateView and TwoStepView patterns
8. SQL
Provides lazy connections, array quoting, identifier quoting, query profiling,
value binding
9. Provides
HTML escapers and helpers, including form input helpers
What
Is PHPUnit?
PHPUnit is a programmer-oriented testing
framework for PHP.
It is an instance of the xUnit architecture for unit testing frameworks.
Example in detail about PHPUnit framework…