novaris-dev / framework
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
Requires
- php: >=8.0
- guzzlehttp/guzzle: ^7.9
- league/commonmark: ^2.5
- league/config: ^1.2
- symfony/http-foundation: ^6.0
- symfony/var-dumper: ^6.0
- symfony/yaml: ^6.0
- vlucas/phpdotenv: ^5.6
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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