Skip to content

MrLukeSmith/v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#V2 #What is Simple MVC Framework?

Simple MVC Framework is a PHP 5.3 MVC system. It's designed to be lightweight and modular, allowing developers to build better and easy to maintain code with PHP.

The base framework comes with a few helper classes, this is to keep code bloat down to a minimum. Classes can easily be added at any stage of development.

See the Add-ons repo for more Add-ons & to add your own.

Documentation

Full docs & tutorials are available at simplemvcframework.com

##Requirements

The framework requirements are limited

  • Apache Web Server or equivalent with mod rewrite support.
  • PHP 5.3 or greater is required

Although a database is not required, if a database is to be used the system is designed to work with a MySQL database. The framework can be changed to work with another database type.

Installation

  1. Download the framework
  2. Unzip the package.
  3. Upload the framework files to your server. Normally the index.php file will be at your root.
  4. Open the index.php file with a text editor, setup your routes.
  5. Open core/config.php and set your base URL and database credentials (if a database is needed). Set the default theme.
  6. Edit .htaccess file and save the base path.

About

Version 2 of the Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.2%
  • CSS 1.5%
  • Perl 0.3%