Yet Another Simple MVC Framework (for PHP)
This project has been designed in the context of computer science course in a French curriculum called "BUT Informatique".
The course is about Web Server development with PHP.
The project has only been tested in small to medium academic projects.
In addition, the designer (I), is not a PHP guy but a more Java/Kotlin guy who is used to work with frameworks like Spring Boot. It may introduce some bias into the design.
php ./vendor/bin/phpstan --xdebug analyse -c ./phpstan.neon
php ./vendor/bin/phpunit
php -dxdebug.mode=coverage ./vendor/bin/phpunit --coverage-html='reports/coverage'