Download the PHP package simcript/pano-framework without Composer
On this page you can find all versions of the php package simcript/pano-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simcript/pano-framework
More information about simcript/pano-framework
Files in simcript/pano-framework
Package pano-framework
Short Description A lightweight PHP Nano Framework - Minimal execution foundation with full developer control
License MIT
Informations about the package pano-framework
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
- a minimal execution foundation
- a low-level runtime structure
- a base for building custom frameworks
- a modular PHP system
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
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
Avoid Pano if you need:
- rapid application scaffolding
- prebuilt authentication systems
- ORM-driven development
- convention-based frameworks
- beginner-friendly structure
Key Concepts
Pano introduces a minimal set of runtime concepts:
- Core
- Foundation
- Modules
- Handlers
- Interceptors
These concepts are intentionally low-level and composable.
Quick Start
Minimal Example
Project Structure
Documentation
- MANIFESTO.md → philosophy and principles
- ARCHITECTURE.md → system design and runtime model
Version Compatibility
- PHP 8.x is the baseline runtime
- Pano evolves conservatively to maintain stability
Contribution
Before contributing:
- read ARCHITECTURE.md
- respect core boundaries
- avoid introducing hidden behavior
- keep runtime explicit and predictable
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
MIT