Webrium is a fast, lightweight PHP framework built around a simple idea: give developers the essentials — routing, controllers, models, and views — without the overhead and complexity that comes with larger frameworks.
- A clean MVC core — routing, middleware, controllers, and validation, designed to stay out of your way.
- FoxDB — a fluent query builder and ORM for working with your database securely and expressively.
- Webrium View — our own template engine with Vue-inspired syntax, a DOM-less compiler, and a built-in hybrid static cache that lets pages render once and be served as static HTML afterward — keeping response times fast even under load, with minimal server resources.
Webrium is built for developers who want to understand their framework, not fight it. Every part is designed to be small, readable, and easy to extend — so you spend your time building your application, not learning the framework.
composer create-project webrium/webrium my-app- webrium/core — the framework's core library
- webrium/view — template engine with hybrid caching
- webrium/foxdb — database query builder & ORM
- webrium/console — CLI tooling
Webrium is open source under the MIT license. Issues, ideas, and contributions are welcome.