Title | Description |
---|---|
MVC |
dbwebb course MVC |
Note: The Code coverage badge is an overall measure, however only model classes for project purposes are exposed to unit testing. No unit testing is done on controllers, view templates or practice models on this site.
This web page contains various experiments written using the Symfony framework. Most recently is the Blackjack project with the aim of functioning as a standalone web application. Testing is done using PHPUnit with metrics and code analysis using Scrutinizer and PHPMetrics. Documentation is done using PhpDocumentator. Code validation has been done using PHPMD and PHPstan.
git clone https://github.com/narwhal87/mvc
Start the built-in PHP web server:
# You are in the main directory
php -S localhost:8888 -t public
should see you landing on the home route of the website.
Course is available at:
GitHub Pages are published at: