webrium/webrium

PHP Framework

Installs: 229

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 2

Forks: 3

Open Issues: 0

Type:project

2.0.10 2023-12-11 12:16 UTC

README

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