PHPackages                             nader/essance - 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. nader/essance

ActiveLibrary[Framework](/categories/framework)

nader/essance
=============

A lightweight, single-file PHP framework to modernize legacy projects

01PHP

Since Oct 24Pushed 6mo agoCompare

[ Source](https://github.com/nadermkhan/essance-framework)[ Packagist](https://packagist.org/packages/nader/essance)[ RSS](/packages/nader-essance/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Essance Framework
=================

[](#essance-framework)

A lightweight, single-file PHP framework designed to modernize legacy projects with zero dependencies.

Installation
------------

[](#installation)

Install via Composer:

```
composer require nader/essance
```

Features
--------

[](#features)

- ✨ **Single-file architecture** - Just one file to include
- 🚀 **Modern routing system** with RESTful support
- 📁 **Chunked file uploads** with validation
- 💾 **Built-in caching system**
- 🔐 **Session management** with flash messages
- ⚙️ **Environment configuration** (.env support)
- 🛡️ **Security features** built-in
- 📦 **Zero dependencies**

Quick Start
-----------

[](#quick-start)

```
