You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uWeb is an MVC framework written in PHP, similar to other common low-footprint frameworks in its structure.
It was written from scratch, and designed to be used as a RESTful Gateway API, easily integrated with event driven interfaces, and detailed and comprehesive logging with native interfaces for ELK stacks.
Here is the base structure to get started:
* /application - where the models, controllers and views of the project applications reside.
* /system - The core models, controllers and default configuration of the uWeb framework.
* /user - Custom user extensions and user-defined configuration overlays.