/uweb

uWeb MVC for PHP

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

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.