Skip to content

MINISTRYGmbH/morrow-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Morrow PHP framework

This framework gives you the power to handle 95% of your website jobs very efficiently and is based on the principles of the Model-View-Controller architecture (MVC). The goal of the MVC pattern is to provide for a flexible program design, that among other advantanges allows for changing and extending code easily and at the same time it promotes reusability. Additionally, larger applications profit from the reduction of complexity and the clear and orderly structure of the architecture.

Installation

As simple as

composer create-project morrow/framework [YOUR_PATH]

This gives you a clean and empty project to build your next website.

Getting the documentation

The documentation is it`s own project and simple installable by

composer create-project morrow/docs [YOUR_PATH]