WebFiori is a web development framework built with PHP. It's fully object-oriented and designed to help you get your web application up and running quickly without the overhead of larger frameworks.
|
Core files under 3MB Fast and efficient |
No bloat, just essentials Easy to learn |
Use what you need Extend as you grow |
|
🎨 Theming System 🔗 Smart Routing 🏗️ DOM Builder ⚡ Lightweight 🔌 Web Services |
📧 Email Support ⏰ Background Tasks 🗄️ Database Tools 🎯 Middleware 🔐 Access Control |
| Library | Description | Latest |
|---|---|---|
| Framework | Core framework functionality | |
| HTTP | HTTP handling and routing | |
| UI | DOM manipulation and components | |
| Database | Database operations | |
| CLI | Command-line interface | |
| Mailer | Email functionality | |
| File | File handling | |
| Cache | Caching system | |
| Collections | Data structures | |
| Json | JSON operations | |
| Errors | Error handling |
# Create a new project
composer create-project webfiori/app my-app
# Navigate to project
cd my-app
# Start development server
php -S localhost:8080 -t publicVisit http://localhost:8080 and you're ready to go! 🎉
![]() Discuss Join Discussions |
![]() Report Report Issues |
![]() Contribute Contribute Code |
![]() Support Star Our Repos |



