A simple PHP Slim web application with Content Negotaion support that I use for my WebId.
-
Install Composer:
curl -s https://getcomposer.org/installer | php
-
Install dependencies:
./composer.phar install --dev
-
Run the phpunit tests:
make check