/rawphp

raw php

Primary LanguagePHP

rawPHP

simply showcasing what I can do with rawPHP in less than ~2 hours :: simple and crude PHP ToDo App

screen

Running App

cd {%to root directory%}
composer install
php -S localhost:8000

Running Tests

cd test
php test-basic.php

#if CLI tool is installed
phpunit --all