Overview
Nova Framework is a PHP 5.5+ MVC Framework. It's designed to be lightweight and modular, allowing developers to build better and easy to maintain code with PHP.
The base framework comes with a range of helper classes, New classes can easily be added at any stage of development.
Version 2.2 has been released, The most noteworthy changes are:
- Full PSR 1 & 2 compatibility
- Folders that contain classes now start with a capital letter
- Coding standards have been applied to all classes to adhere to the PHP Standard Recommendation (PSR) 1 & 2
PSR 1 - Basic Coding Standards- docs found at http://www.php-fig.org/psr/psr-1/
PSR 2 - Coding Style Guide - docs found at http://www.php-fig.org/psr/psr-2/