Simple PHP Framework

This is a very simple MVC architecture PHP framework with custom routing, database query features using PDOs, class autoloading and clean URLs.

To get started:

  1. Change the root directory and public directory .htaccess file rewrite bases to your project web entrypoint.

  2. Change the default values in app/config/config.php.