Welcome to MINI Documentation
An extremely simple barebone PHP micro-framework for quick prototypes and small projects. No complexity, just clean code.

Quick Start
Get up and running with MINI in just a few minutes
Start Building
You’re ready! Navigate to your application in a browser and start building.
Make sure mod_rewrite is enabled on your server. Check our Server Setup guide for details.
Core Features
Everything you need to build small to medium-sized PHP applications
Simple MVC Architecture
Clean separation of concerns with controllers, models, and views
Clean URL Routing
Beautiful URLs that map directly to controllers and methods
PDO Database Layer
Secure database access using PDO with prepared statements
CRUD Operations
Complete Create, Read, Update, Delete examples included
AJAX Support
Built-in examples for handling AJAX requests
Minimal Setup
No complex configuration, works out of the box
Explore Documentation
Deep dive into the framework’s concepts and capabilities
Core Concepts
Learn how MINI works under the hood
Guides
Step-by-step guides for common tasks
Deployment
Deploy your application to production
Ready to Start Building?
MINI is perfect for quick prototypes, small projects, and learning PHP MVC patterns without the overhead of larger frameworks.
Get Started Now