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

ActiveProject[Framework](/categories/framework)

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

Framework for PHP 5.5+

92097[2 issues](https://github.com/nova-framework/novacms/issues)JavaScript

Since Oct 9Pushed 8y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (1)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)
- [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 5.6 MVC system. It's designed to be lightweight and modular, allowing developers to build better and easy to maintain code with PHP.

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

[](#requirements)

**The CMS requirements are limited.**

- PHP 5.6 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

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

NovaCMS 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/novacms).

You can install the framework from a terminal by using:

```
composer create-project nova-framework/novacms foldername -s dev

```

The foldername is the desired folder to be created.

Once downloaded setup the database connection in **app/Config/Database.php** then import **scripts/cms.sql**To access the backend go to /admin then login with:

username: admin

password: admin

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

[](#contributing)

#### Issue Tracker

[](#issue-tracker)

You can find outstanding issues on the [GitHub Issue Tracker](https://github.com/nova-framework/novacms/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 [master](https://github.com/nova-framework/novacms/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

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.8% 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.

### Community

Maintainers

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

---

Top Contributors

[![daveismynamecom](https://avatars.githubusercontent.com/u/60222583?v=4)](https://github.com/daveismynamecom "daveismynamecom (90 commits)")[![kowston](https://avatars.githubusercontent.com/u/7201595?v=4)](https://github.com/kowston "kowston (2 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M290](/packages/laravel-dusk)[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)
