When comparing Kohana vs Aura Framework, the Slant community recommends Kohana for most people. In the question“What are the best PHP frameworks?” Kohana is ranked 20th while Aura Framework is ranked 21st. The most important reason people chose Kohana is:
With no PECL extensions or PEAR libraries to increase it's bloat, Kohana is extremely lightweight and massive libraries are avoided for more consistency and speed.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Lightweight
With no PECL extensions or PEAR libraries to increase it's bloat, Kohana is extremely lightweight and massive libraries are avoided for more consistency and speed.
Pro OOP framework that is extremely DRY
Kohana follows the OOP software paradigm and it strictly enforces the DRY principle, which makes it easier for developers to write clean and maintainable code.
Pro Tools for quick development
Includes tools that help developers to make applications quickly and efficiently. Some of these tools include:
- Translation libraries
- Code profiling
- Form validation
etc...
Pro Open source
Kohana is open source and is released under the BSD license, this means that it can be modified even for commercial purposes.
Pro Low RAM usage
It is as fast as any popular framework, but the RAM usage is really low in comparison.
Pro High quality, well tested code
This framework has highly tested code. It is very reliable. In fact, most of its libraries have gone through scrutinizer-ci.com and they all score very high.
Pro Loosely coupling allows for lots of flexibility
Aura is a loosely coupled collection of independent libraries with no base classes. This allow for extreme flexibility in choosing what libraries are needed.
Cons
Con Poorly documented
Kohana has always been criticized for the poor documentation it has. Some things are not explained with details and some other things are not explained at all.
Con Deprecated PHP Framework
Con LICENSE
Con Small community
Aura's community is still relatively small and it can be a little hard to find help or guides if you get stuck somewhere.