PHPackages                             nova-framework/app - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. nova-framework/app

ActiveProject[Framework](/categories/framework)

nova-framework/app
==================

The Application for Nova Framework 4.2.x

4.2.3(6y ago)94877MITPHPPHP ^7.1.8

Since Oct 25Pushed 5y ago5 watchersCompare

[ Source](https://github.com/nova-framework/app)[ Packagist](https://packagist.org/packages/nova-framework/app)[ Docs](https://github.com/nova-framework/app)[ RSS](/packages/nova-framework-app/feed)WikiDiscussions 4.2 Synced 4w ago

READMEChangelog (10)Dependencies (3)Versions (192)Used By (0)

[![Nova Framework](https://camo.githubusercontent.com/c465a0404a29c374202129f10f8bc0392c7b2b1e500053be825a0905d006cd69/68747470733a2f2f6e6f76616672616d65776f726b2e636f6d2f7468656d65732f6e6f76612f6173736574732f696d616765732f6e6f76612e706e67)](https://camo.githubusercontent.com/c465a0404a29c374202129f10f8bc0392c7b2b1e500053be825a0905d006cd69/68747470733a2f2f6e6f76616672616d65776f726b2e636f6d2f7468656d65732f6e6f76612f6173736574732f696d616765732f6e6f76612e706e67)

Nova Framework
==============

[](#nova-framework)

[![Total Downloads](https://camo.githubusercontent.com/3be8e487af7861c3ef5d3125e5691ed489201403a0e9e4a105dd15352919a7d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f76612d6672616d65776f726b2f6672616d65776f726b2e737667)](https://packagist.org/packages/nova-framework/framework)[![Dependency Status](https://camo.githubusercontent.com/a771175f2fc597dc2238cc936d05e41d52da50f59eb762e6687ad4cb78c1f9c5/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3535343336376637333833333133323165323030303030352f62616467652e737667)](https://www.versioneye.com/user/projects/554367f738331321e2000005)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/nova-framework/framework/blob/master/LICENSE.txt)[![GitHub stars](https://camo.githubusercontent.com/38ce6113ce641dfdb05bf3571ddd0db5500a35201777c638089ba9e9d0e84703/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6e6f76612d6672616d65776f726b2f6672616d65776f726b2e737667)](https://github.com/nova-framework/framework/stargazers)[![GitHub forks](https://camo.githubusercontent.com/97327e83d8fdc2fae30cfff0c7e6028949610b3840780684841d7faa13a34e01/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6e6f76612d6672616d65776f726b2f6672616d65776f726b2e737667)](https://github.com/nova-framework/framework/network)

[![Join the general chat open to all at https://gitter.im/nova-framework/framework](https://camo.githubusercontent.com/37b71e1ce183f4ee630f818196f982c56f4c223c1d829b4d6baa0c3a07fdcf9f/68747470733a2f2f696d672e736869656c64732e696f2f6769747465722f726f6f6d2f6e776a732f6e772e6a732e737667)](https://gitter.im/nova-framework/framework/novausers)

- [What is the Nova Framework?](#what-is-the-nova-framework)
- [Requirements](#requirements)
- [Installation](#installation)
    - [Recommended](#recommended)
    - [Manual](#manual)
- [Documentation](#documentation)
- [Contributing](#contributing)
    - [Issue Tracker](#issue-tracker)
    - [Pull Requests](#pull-requests)
    - [Code Style](#code-style)
- [License](#license)

What is the Nova Framework?
---------------------------

[](#what-is-the-nova-framework)

Nova Framework is a PHP 7.1 MVC system. 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](https://github.com/nova-framework/framework/tree/master/system/Helpers).

Requirements
------------

[](#requirements)

**The framework requirements are limited.**

- PHP 7.1 or greater.
- Apache Web Server or equivalent with mod rewrite support.
- IIS with URL Rewrite module installed -

**The following PHP extensions should be enabled:**

- Fileinfo (edit php.ini and uncomment php\_fileinfo.dll or use php selector within cpanel if available.)
- OpenSSL
- INTL
- MBString

> **Note:** Although a database is not required, if a database is to be used, the system is designed to work with a MySQL database using PDO.

Installation
------------

[](#installation)

This framework was designed and is **strongly recommended** to be installed above the document root directory, with it pointing to the `public` folder.

Additionally, installing in a sub-directory, on a production server, will introduce severe security issues. If there is no choice still place the framework files above the document root and have only index.php and .htacess from the public folder in the sub folder and adjust the paths accordingly.

#### Recommended

[](#recommended)

The framework is located on [Packagist](https://packagist.org/packages/nova-framework/app).

You can install the framework from a terminal by using:

```
composer create-project nova-framework/app foldername

```

The foldername is the desired folder to be created.

> **Note:** For additional installation instructions, for example; setting up a Virtualhost (Recommended for Local Development), Nginx or IIS with URL Rewrite, [please visit the install docs](http://novaframework.com/documentation/v3/install).

Documentation
-------------

[](#documentation)

Full docs &amp; tutorials are available on [novaframework.com](http://novaframework.com/documentation/v3).

Offline docs are available in PDF, EPUB and MOBI formats on [Leanpub](https://leanpub.com/novaframeworkmanual22).

Screencasts are available on [Novacasts](http://novacasts.com).

Contributing
------------

[](#contributing)

#### Issue Tracker

[](#issue-tracker)

You can find outstanding issues on the [GitHub Issue Tracker](https://github.com/nova-framework/framework/issues).

#### Pull Requests

[](#pull-requests)

- Each pull request should contain only one new feature or improvement.
- Pull requests should be submitted to the correct version branch ie [4.0/master](https://github.com/nova-framework/framework/tree/master)

#### Code Style

[](#code-style)

All pull requests must use the PSR-2 code style.

- Code MUST use the PSR-1 code style.
- Code MUST use 4 spaces for indenting, not tabs.
- There MUST NOT be a hard limit on line length; the soft limit MUST be 120 characters; lines SHOULD be 80 characters or less.
- There MUST be one blank line after the namespace declaration, and there MUST be one blank line after the block of use declarations.
- Opening braces for classes MUST go on the next line, and closing braces MUST go on the next line after the body.
- Opening braces for methods MUST go on the next line, and closing braces MUST go on the next line after the body.
- Visibility MUST be declared on all properties and methods; abstract and final MUST be declared before the visibility; static MUST be declared after the visibility.
- Control structure keywords MUST have one space after them; method and function calls MUST NOT.
- Opening braces for control structures MUST go on the same line, and closing braces MUST go on the next line after the body.
- Opening parentheses for control structures MUST NOT have a space after them, and closing parentheses for control structures MUST NOT have a space before.

License
-------

[](#license)

The Nova Framework is under the MIT License, you can view the license [here](https://github.com/nova-framework/framework/blob/master/LICENSE.txt).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 90.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Recently: every ~95 days

Total

191

Last Release

2101d ago

Major Versions

3.80.70 → 4.0.02018-03-19

3.0.x-dev → 4.2.22019-12-18

PHP version history (3 changes)v3.79.1PHP &gt;=5.6.0

4.1.0PHP ^7.1.3

4.2.0PHP ^7.1.8

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39399156?v=4)[dcblog](/maintainers/dcblog)[@dcblog](https://github.com/dcblog)

---

Top Contributors

[![LuckyCyborg](https://avatars.githubusercontent.com/u/13488485?v=4)](https://github.com/LuckyCyborg "LuckyCyborg (739 commits)")[![DonWagner](https://avatars.githubusercontent.com/u/2641126?v=4)](https://github.com/DonWagner "DonWagner (53 commits)")[![XTRO123](https://avatars.githubusercontent.com/u/2737316?v=4)](https://github.com/XTRO123 "XTRO123 (14 commits)")[![daveismynamecom](https://avatars.githubusercontent.com/u/60222583?v=4)](https://github.com/daveismynamecom "daveismynamecom (11 commits)")[![amiroperator](https://avatars.githubusercontent.com/u/59180576?v=4)](https://github.com/amiroperator "amiroperator (2 commits)")

### Embed Badge

![Health badge](/badges/nova-framework-app/health.svg)

```
[![Health](https://phpackages.com/badges/nova-framework-app/health.svg)](https://phpackages.com/packages/nova-framework-app)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M290](/packages/laravel-dusk)[nova-framework/framework

Framework for PHP 7.1+

4118.0k](/packages/nova-framework-framework)[simple-mvc-framework/v2

Framework for PHP 7.1+

4114.6k](/packages/simple-mvc-framework-v2)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
