/MVC_Template

A simple MVC template for building PHP applications.

Primary LanguagePHP

MVC_Template

Summary

Description

This is an MVC framework for PHP applications that I made for school. It's supported in both Apache and Microsoft IIS environments as far as I know. To demonstrate it's functionality, there's a simple notes app included.

Technologies

  • Less for styling.
  • TypeScript for frontend scripting.
  • PHPUnit for unit testing.
  • PHP-DI for a service container.
  • TinyMCE to build the sample application.
  • Bootstrap to style the sample application.

Setup

For local development, use XAMPP. SQL dumps can be found in Config/sql

Technical

Settings

Settings can be found in Config/config.ini