This script calculates how many virtual machines fit a server.
For installation, execute this command:
composer install
For unit test, please execute this command:
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/ServerPlanningTest.php
.. and this:
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/ServerTest.php