An open API service indexing awesome lists of open source software.

https://github.com/voltra/whitebox

A lightweight PHP micro framework to create dynamic websites easily
https://github.com/voltra/whitebox

php-micro-framework php7

Last synced: 3 months ago
JSON representation

A lightweight PHP micro framework to create dynamic websites easily

Awesome Lists containing this project

README

        

# WHITEBOX #

A lightweight PHP micro framework, inspired by Slim, that aims to help you create dynamic websites easily.

### What is Whitebox ? ###

Whitebox, as stated above, is a lightweight PHP micro framework. It is based around the MVC design pattern (using routes as controllers) and the Middleware design pattern.