4LT's PHP framework
Go to file
2024-09-16 06:54:02 -07:00
_assets first commit 2024-08-29 21:50:55 -07:00
examples updated routes for get and post 2024-09-16 06:47:00 -07:00
src fixed router typos 2024-09-16 06:54:02 -07:00
twig fixed some bugs 2024-09-02 17:10:24 -07:00
composer.json bumped version 2024-08-31 15:30:16 -07:00
LICENSE Initial commit 2024-08-29 21:04:31 -07:00
README.md Moved bootstrap to novaconium 2024-09-01 17:17:12 -07:00

Novaconium PHP

Novaconium PHP: A PHP Framework Built from the Past

NovaconiumPHP is a high-performance PHP framework designed with inspiration from classic coding principles.

Pronounced: Noh-vah-koh-nee-um

Packagist: https://packagist.org/packages/4lt/novaconium Master Repo: https://git.4lt.ca/4lt/novaconium

Getting Started

Installation

mkdir project_name;
cd project_name;
composer require 4lt/novaconium
cp -R vendor/4lt/novaconium/examples/App/ .
cp -R vendor/4lt/novaconium/examples/public/ .