SimpleMVC is a straightforward PHP implementation of the MVC pattern. It has no dependencies and is easy to use.
- 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.
- 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.
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.
Experiment with the default setup or check the docs for more information. Happy coding!