Skip to content

semaster/MeF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Mere PHP framework

Mere php framework structure that follows architectural pattern Model–View–Controller (MVC). You will be able to start developing Web applications in the easy way!

It includes "from the box" :

How to start

  • copy files from /web to your site root directory
  • write settings in /engine/config.php
  • if you're using Apache, make sure you activate the URL rewriting module, for Nginx servers use
    try_files $uri /index.php?$query_string;
  • run

Requirements

  • PHP 5 >= 5.5.0
  • MySQL >= 5.1

About

Mere php framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published