PHPackages                             nova-framework/novapress - 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. [Admin Panels](/categories/admin)
4. /
5. nova-framework/novapress

ActiveProject[Admin Panels](/categories/admin)

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

Nova Press - an Extensible Content Management design made on top of Nova Framework

1.1.14(6y ago)362MITPHPPHP ^7.1.8

Since May 12Pushed 4y ago3 watchersCompare

[ Source](https://github.com/nova-framework/novapress)[ Packagist](https://packagist.org/packages/nova-framework/novapress)[ Docs](https://github.com/nova-framework/novapress)[ RSS](/packages/nova-framework-novapress/feed)WikiDiscussions 1.1 Synced 3d ago

READMEChangelog (10)Dependencies (12)Versions (30)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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 76.1% 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 ~33 days

Recently: every ~176 days

Total

29

Last Release

1616d ago

PHP version history (2 changes)1.0.0PHP ^7.1.3

1.1.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 (3824 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 (103 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)")[![andre2](https://avatars.githubusercontent.com/u/4313107?v=4)](https://github.com/andre2 "andre2 (5 commits)")[![tomvlk](https://avatars.githubusercontent.com/u/3877688?v=4)](https://github.com/tomvlk "tomvlk (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)")[![cahyadsn](https://avatars.githubusercontent.com/u/3700401?v=4)](https://github.com/cahyadsn "cahyadsn (3 commits)")[![woodsy1](https://avatars.githubusercontent.com/u/13148552?v=4)](https://github.com/woodsy1 "woodsy1 (3 commits)")[![efalah](https://avatars.githubusercontent.com/u/15649129?v=4)](https://github.com/efalah "efalah (2 commits)")[![viraj-khatavkar](https://avatars.githubusercontent.com/u/5693836?v=4)](https://github.com/viraj-khatavkar "viraj-khatavkar (2 commits)")[![halfhope](https://avatars.githubusercontent.com/u/2343320?v=4)](https://github.com/halfhope "halfhope (2 commits)")

### Embed Badge

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

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

###  Alternatives

[nova-framework/framework

Framework for PHP 7.1+

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

Framework for PHP 7.1+

4124.6k](/packages/simple-mvc-framework-v2)[shopware/platform

The Shopware e-commerce core

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

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[saithink/saiadmin

webman plugin

2709.9k1](/packages/saithink-saiadmin)

PHPackages © 2026

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