Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
/ php-mvc-ready Public archive

Light PHP business app structure built without framework

Notifications You must be signed in to change notification settings

DropSnorz/php-mvc-ready

Repository files navigation

php-mvc-ready

Light PHP business app structure built without framework

I can't say how many times i've set up new webapps or web services for pro, university and personnal projects. I decided to create a reusable app structure fitted with all basic stuff. (FrontController, templating, authentification,...) Even if awesome php frameworks do all these stuff, sometimes you can't use them due to technical limitations or juste because your teacher sucks Hey kiddies, frameworks not allowed for your webapp!

I've followed main parts of this great tutorial

Requirements

  • Apache (+ mod_rewrite)
  • PHP 5.6+
  • Composer

Features

  • MVT/MVC architecture
  • Doctrine ORM
  • Twig templating
  • Bootstrap frontend
  • Basic authentification

Setup

  1. Fork/Clone this repository
  2. Run composer install
  3. Update config.php and/or local.config.php file with your database properties and run vendor/bin/doctrine orm:schema-tool:create

or

  1. Keep embedded sqlite database

About

Light PHP business app structure built without framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published