Volt

A simple MVC framework written in PHP


Posted: November 5, 2018

Since my university recently started a PHP server, for students to host their websites. I wanted to try and make an model-view-controller (MVC) framework. This idea arose after I had used Laravel, which turned out to be far too complex for a personal blog, hence the creation of VOLT.

VOLT is a small MVC framework powered by PHP. It’s goal is not to be a professional MVC framework that can handle lots of data and users, like Laravel. It is instead meant for people starting with PHP who want some or all features listed below. It is fully operational out of the box, but still leaves enough space to expand on it’s core functionality.

Note: VOLT is no longer maintained and might currently be in a broken state.

VOLT

Features

  1. Simple and light framework
  2. Makes URL’s clean again, no more example.com?id=42&page=answer
  3. Comes with Bootstrap out of the box
  4. Comes with Font Awesome (free) out of the box
  5. Native PHP code