Getting Started
Installation
Installing Phillip is easy. Just use composer to install it globally
composer global require philliphq/phillip
Then you just have to call phillip
from the root of your project to run it's tests.
If you'd like to install phillip on a per-project basis, you can.
composer require philliphq/phillip
vendor/bin/phillip
Now you have Phillip installed, you can write some tests.