vanilla-mvc/ ├── public/ # Web-accessible files ONLY │ ├── index.php # Front controller │ ├── .htaccess # Apache rewrite rules │ ├── css/ │ ├── js/ │ └── images/ ├── app/ # Application code (PRIVATE ...
miniPHP is a very simple application, useful for small projects, helps to understand the PHP MVC skeleton, know how to authenticate and authorize, encrypt data and apply security concepts, ...