Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compact & Fast MVC Framework

SimpleMVC is a straightforward PHP implementation of the MVC pattern. It has no dependencies and is easy to use.

1. Prerequisites

  • A Webserver with PHP 7.0 or higher and the possibility to rewrite a URL (IIS, Apache, Nginx, etc)
  • Composer for PSR-4 pre-loading and (if you want) package management for your project.

2. Download SimpleMVC

  • Simply copy and paste the content of the ZIP file to your project root directory.
  • Run composer update to generate the needed PSR-4 preloading files.

3. Setup your Webserver (optional)

In the zip file there is a .htaccess file included. It redirects all requests to the index.php file. If you don't use Apache you will need to make these changes manually.

4. Let's go!

Experiment with the default setup or check the docs for more information. Happy coding!

About

Simple, fast and straightforward PHP implementations of the MVC pattern.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages