webrium / webrium

Webrium is a lightweight PHP framework for web development

Home Page:https://webrium.ir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest Stable Version Total Downloads License

About Webrium

Webrium is a web application framework that prioritizes quick development, simplicity, and lightness. It offers features like Routes for handling URL mappings,FoxDB for database operations, MVC architecture for organizing the code, and Blade for creating dynamic views

✔ Fast and Lightweight
✔ MVC structure
✔ Tailwindcss is configured by default


Install

$ composer create-project webrium/webrium
$ cd webrium & npm install

Run Server

$ npm run dev

Then run the following address in your browser

http://localhost:8000


Core Documentation

Database Documentation


Using docker image

About

Webrium is a lightweight PHP framework for web development

https://webrium.ir

License:MIT License


Languages

Language:PHP 92.2%Language:Hack 5.7%Language:JavaScript 1.6%Language:CSS 0.5%