- Latest PHP version on machine
- open your terminal
- git clone https://github.com/mhardaniel/php-mvc.git
- cd php-mvc
- type
php -S 0.0.0.0:8000
- you can access the application in your web browser at: http://localhost:8000
./phpunit.phar tests
mhardaniel