PHPackages                             simcript/pano-framework - 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. simcript/pano-framework

ActiveLibrary[Framework](/categories/framework)

simcript/pano-framework
=======================

A lightweight PHP Nano Framework - Minimal execution foundation with full developer control

v1.4.5(1w ago)0111MITPHPPHP &gt;=8.2CI passing

Since Jan 2Pushed 1w agoCompare

[ Source](https://github.com/simcript/pano-framework)[ Packagist](https://packagist.org/packages/simcript/pano-framework)[ RSS](/packages/simcript-pano-framework/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (23)Used By (1)

Pano
====

[](#pano)

Pano is a lightweight PHP nano-framework designed as a minimal execution foundation.

It provides a small, explicit runtime that allows developers to build any architecture on top of it.

---

What Pano Is
============

[](#what-pano-is)

- a minimal execution foundation
- a low-level runtime structure
- a base for building custom frameworks
- a modular PHP system

---

What Pano Is NOT
================

[](#what-pano-is-not)

- a full-stack framework
- an opinionated application framework
- a batteries-included ecosystem
- a replacement for Laravel or similar frameworks

---

When to Use Pano
================

[](#when-to-use-pano)

Use Pano when you need:

- full control over application architecture
- a custom framework design
- a minimal runtime without imposed structure
- a base layer for system-level design

---

When NOT to Use Pano
====================

[](#when-not-to-use-pano)

Avoid Pano if you need:

- rapid application scaffolding
- prebuilt authentication systems
- ORM-driven development
- convention-based frameworks
- beginner-friendly structure

---

Key Concepts
============

[](#key-concepts)

Pano introduces a minimal set of runtime concepts:

- Kernel
- Foundation
- Modules
- Handlers
- Interceptors

These concepts are intentionally low-level and composable.

---

Quick Start
===========

[](#quick-start)

```
composer install
php -S localhost:8000
```

---

Minimal Example
===============

[](#minimal-example)

```
// bootstrap example (simplified)

$app = new \Pano\Foundation\Boot();
$app->run();
```

---

Project Structure
=================

[](#project-structure)

```
project/
├── config
├── src
│   ├── Kernel
│   ├── Enum
│   ├── Foundation
│   └── Modules

```

---

Documentation
=============

[](#documentation)

- [DOCUMENTATION.md](DOCUMENTATION.md) → complete developer guide and API reference
- [MANIFESTO.md](MANIFESTO.md) → philosophy and principles
- [ARCHITECTURE.md](ARCHITECTURE.md) → system design and runtime model

---

Version Compatibility
=====================

[](#version-compatibility)

- PHP 8.x is the baseline runtime
- Pano evolves conservatively to maintain stability

---

Contribution
============

[](#contribution)

Before contributing:

- read ARCHITECTURE.md
- respect Kernel boundaries
- avoid introducing hidden behavior
- keep runtime explicit and predictable

---

Status
======

[](#status)

Pano is a low-level framework foundation intended for advanced use cases.

You are free. Pano should never think or make decisions on behalf of developers.

---

License
=======

[](#license)

MIT

###  Health Score

45

↑

FairBetter than 91% of packages

Maintenance98

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~9 days

Total

20

Last Release

7d ago

PHP version history (2 changes)v1.0.0PHP &gt;=8.1

v1.1.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17356379?v=4)[alia-mehr](/maintainers/alia-mehr)[@alia-mehr](https://github.com/alia-mehr)

---

Top Contributors

[![alia-mehr](https://avatars.githubusercontent.com/u/17356379?v=4)](https://github.com/alia-mehr "alia-mehr (49 commits)")

---

Tags

phpframeworklightweightminimalnano frameworkpano-framework

### Embed Badge

![Health badge](/badges/simcript-pano-framework/health.svg)

```
[![Health](https://phpackages.com/badges/simcript-pano-framework/health.svg)](https://phpackages.com/packages/simcript-pano-framework)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
