Skip to content

The simplest MVC PHP application in 3 versions, pure, PSR-4 and PDO

Notifications You must be signed in to change notification settings

tomsnunes/simplest-mvc-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simplest-mvc-php

The simplest MVC PHP application in 3 versions, pure PHP, using PSR-4 and using PDO

This repository

https://github.com/ribafs/simplest-mvc-php

Main Objective

The main objective is show the simplest application example in PHP with MVC.

mvc1 - More simples

This sample use only includes - https://github.com/ribafs/simplest-mvc-php/tree/master/mvc1

mvc2 - using PSR-4

This sample use autoload, namespace, composer with PST-4 - https://github.com/ribafs/simplest-mvc-php/tree/master/mvc2

mvc3 - using PDO

This sample use PDO to select all registers from a table - https://github.com/ribafs/simplest-mvc-php/tree/master/mvc3

Another samples

Licence

MIT

Welcome

Suggestions, issues and forks

About

The simplest MVC PHP application in 3 versions, pure, PSR-4 and PDO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published