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
- Host: GitHub
- URL: https://github.com/voltra/whitebox
- Owner: Voltra
- License: apache-2.0
- Created: 2017-11-05T12:20:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T12:58:59.000Z (almost 6 years ago)
- Last Synced: 2025-03-02T01:34:42.290Z (3 months ago)
- Topics: php-micro-framework, php7
- Language: PHP
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.