PHPackages                             nova-framework/framework - 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/framework

ActiveProject[Framework](/categories/framework)

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

Framework for PHP 7.1+

4.2.3(6y ago)4138.0k208MITPHPPHP ^7.1.8

Since May 16Pushed 5y ago64 watchersCompare

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

READMEChangelog (10)Dependencies (12)Versions (432)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 `webroot` 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 webroot folder in the sub folder and adjust the paths accordingly.

#### Recommended

[](#recommended)

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

You can install the framework from a terminal by using:

```
composer create-project nova-framework/framework foldername 4.* -s dev

```

The foldername is the desired folder to be created.

> **Note:** You can install the bare application variant from a terminal by using:

```
composer create-project nova-framework/app foldername 4.* -s dev

```

> **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).

Screencasts are available on .

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

47

—

FairBetter than 94% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community35

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 76% 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 ~143 days

Total

430

Last Release

1917d ago

Major Versions

2.2.x-dev → v3.02016-03-26

v3.75.11 → v4.0.02016-12-27

3.0.x-dev → 4.0.12018-03-19

PHP version history (6 changes)v2.1PHP &gt;=5.3.0

v2.2PHP &gt;=5.4.0

2.2.x-devPHP &gt;=5.5.0

v3.61.0PHP &gt;=5.6.0

4.1.0PHP ^7.1.3

4.1.x-devPHP ^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 (3791 commits)")[![daveismynamecom](https://avatars.githubusercontent.com/u/60222583?v=4)](https://github.com/daveismynamecom "daveismynamecom (828 commits)")[![XTRO123](https://avatars.githubusercontent.com/u/2737316?v=4)](https://github.com/XTRO123 "XTRO123 (99 commits)")[![DonWagner](https://avatars.githubusercontent.com/u/2641126?v=4)](https://github.com/DonWagner "DonWagner (70 commits)")[![amiroperator](https://avatars.githubusercontent.com/u/59180576?v=4)](https://github.com/amiroperator "amiroperator (55 commits)")[![geomorillo](https://avatars.githubusercontent.com/u/295874?v=4)](https://github.com/geomorillo "geomorillo (35 commits)")[![volter9](https://avatars.githubusercontent.com/u/4691955?v=4)](https://github.com/volter9 "volter9 (22 commits)")[![Secretd](https://avatars.githubusercontent.com/u/79828434?v=4)](https://github.com/Secretd "Secretd (12 commits)")[![acidvertigo](https://avatars.githubusercontent.com/u/809397?v=4)](https://github.com/acidvertigo "acidvertigo (10 commits)")[![nekomajin](https://avatars.githubusercontent.com/u/4964839?v=4)](https://github.com/nekomajin "nekomajin (10 commits)")[![felipehertzer](https://avatars.githubusercontent.com/u/4554784?v=4)](https://github.com/felipehertzer "felipehertzer (8 commits)")[![tomvlk](https://avatars.githubusercontent.com/u/3877688?v=4)](https://github.com/tomvlk "tomvlk (5 commits)")[![andre2](https://avatars.githubusercontent.com/u/4313107?v=4)](https://github.com/andre2 "andre2 (5 commits)")[![avenirer](https://avatars.githubusercontent.com/u/3034772?v=4)](https://github.com/avenirer "avenirer (5 commits)")[![Shinjikou](https://avatars.githubusercontent.com/u/11140254?v=4)](https://github.com/Shinjikou "Shinjikou (4 commits)")[![woodsy1](https://avatars.githubusercontent.com/u/13148552?v=4)](https://github.com/woodsy1 "woodsy1 (3 commits)")[![cahyadsn](https://avatars.githubusercontent.com/u/3700401?v=4)](https://github.com/cahyadsn "cahyadsn (3 commits)")[![OmarElgabry](https://avatars.githubusercontent.com/u/9262504?v=4)](https://github.com/OmarElgabry "OmarElgabry (2 commits)")[![g5pw](https://avatars.githubusercontent.com/u/471467?v=4)](https://github.com/g5pw "g5pw (2 commits)")[![viraj-khatavkar](https://avatars.githubusercontent.com/u/5693836?v=4)](https://github.com/viraj-khatavkar "viraj-khatavkar (2 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[simple-mvc-framework/v2

Framework for PHP 7.1+

4124.6k](/packages/simple-mvc-framework-v2)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)

PHPackages © 2026

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