- Installing the project
composer install
It suppose you have Composer installed
- Use
php app.php 75000000
Where 75000000 is your income
Result :
$ php app.php 75000000
Tax is 6250000
- Tests
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/
Enjoy !