Skip to content

mvnp/Simple-MVC-Framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Simple MVC Framework

PHP Framework for fast development. It's designed to be lightweight and modular, allowing developers to build better and easy to maintain code with PHP.

##Requirements

  • Apache Web Server with mod_rewrite support.

  • PHP >= 5.2.

  • Database (Optional, this framework has a PDO class and you can use it or change to the one you want).

Installation

  1. Download the framework
  2. Unzip the package.
  3. Upload the framework files to your server.
  4. Open the config.php (config folder) file with a text editor and set your base URL.
  5. Set database credentials (if a database is needed).

License

This project is licensed under the MIT License. This means you can use and modify it for free in private or commercial projects.

About

Small and simple mvc framework made with PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.1%
  • Other 1.9%