SigmaPHP
A modern, lightweight PHP framework designed for clarity, performance, and full developer control.
Built for engineers who value simplicity, clean architecture, and zero magic.
Main Features
- Dependency Injection: Manage your application's dependencies efficiently.
- Powerful Router: Enjoy out-of-the-box routing capabilities for clean and intuitive URLs.
- ORM (Object-Relational Mapping): Interact with your database using objects, with zero SQL interaction required.
- Migrations & Seeders: Manage your database schema and populate it with initial data seamlessly.
- CLI Tool: Generate boilerplate code (controllers, models, etc.) effortlessly.
- Robust Template Engine: Create dynamic views with conditions, loops, blocks, and more.
- Request/Response Handling: Easily manage incoming requests and outgoing responses.
- Advanced Caching Mechanism: Boost performance with intelligent caching.
- Minimal Folder Structure: Streamlined layout maximizing clarity and efficiency.
- Helper Methods: Ready-to-use helper functions for faster development.
- Zero Configuration: Just set your database parameters and go.
- Easy Deployment: Deploy SigmaPHP applications with minimal effort.
Core Components
Dependency Injection
Central container for managing and resolving application dependencies.
HTTP
Clean request and response abstraction following PSR standards.
Database
Reliable and flexible database layer with full control.
ORM
Lightweight ORM focused on predictability and explicit mappings.
Template Engine
Simple, fast templating without unnecessary complexity.
Router
Explicit routing system with full control over application flow.
Try It Now
Explore the demo application and see SigmaPHP in action.
Demo Application on GitHub
SigmaPHP