PHP Dorset Site based on Silex + Twig
You will need: composer, git and PHP (7.0+)
git clone https://github.com/PHPDorset/phpdorset.github.io.git phpdorset
cd phpdorset
composer install
php -S localhost:8000 -t web
Then browse to http://localhost:8000