Search by

novaris-dev / framework

techkodeninja

Novaris Framework: The core foundation of the Novaris Content Management System (CMS), providing a robust and flexible architecture designed to power dynamic content-driven websites

Package info

github.com/novaris-dev/framework

pkg:composer/novaris-dev/framework

Statistics

Installs: 138

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-develop 2026-09-15 21:12 UTC

This package is auto-updated.

Last update: 2026-09-15 21:13:01 UTC


README

Novaris is a lightweight PHP framework designed to provide the core foundation for building flat-file, content-driven websites and applications.

It provides the underlying architecture for the Novaris Content Management System (CMS), including content management, routing, caching, configuration, templates, service providers, dependency injection, and other tools needed to build dynamic websites without requiring a traditional database.

Requirements

  • PHP 8.0 or higher
  • Composer

PHP 8.2 or newer is recommended for development.

Installation

Install Novaris using Composer:

composer require novaris-dev/framework