This project uses composer for dependencies management. In order to install the dependencies needed to run the idOS API just run in the terminal:
composer install
Once you have configured the phinx.yml file, you may create all the necessary tables and seed the initial data using the following commands:
./vendor/bin/phinx migrate
./vendor/bin/phinx seed:run