Skip to content

CODESIGN2/2017-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CD2 Base PHP Project (Experimental)

This is a 2017 effort to simplify the framework-based approach coming back to basics for PHP applications.

  • No front-controller (at least to start with)
  • Loads Bootstrap / Autoloader before doing anything
  • Configures system

Motivation(s)

  • Lean approach to systems design
  • Cross-technology approach (something we are trying for 2017)
  • Well documented / tested from beginning