PHPackages                             ahmedali-dev/codenova - 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. ahmedali-dev/codenova

ActiveProject[Framework](/categories/framework)

ahmedali-dev/codenova
=====================

php fremwork for handling route and request validation data and easy to use sql

v0.0.4(7mo ago)116MITPHPPHP &gt;=8.0

Since Sep 17Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/ahmedali-dev/Webnova)[ Packagist](https://packagist.org/packages/ahmedali-dev/codenova)[ RSS](/packages/ahmedali-dev-codenova/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

Codenova Framework
==================

[](#codenova-framework)

A lightweight PHP framework for building MVC-style web applications with simple **routing**, **validation**, and **view handling**.

---

✨ Features
----------

[](#-features)

- 🚦 Simple and expressive Routing (supports GET, POST, PUT, PATCH, DELETE)
- ✅ Built-in Validation
- 🖼️ View rendering with layout support
- ⚙️ Lightweight .env loader (pure PHP, no extra packages)
- 📦 Composer autoloading
- 🛠️ Lightweight and easy to extend

---

📥 Installation
--------------

[](#-installation)

Require the package via Composer:

```
composer require ahmedali-dev/codenova
```

Create a `public/index.php` file as your app entry point:

```
