It appears the composer tool is not yet installed. You can install Composer in a few easy steps:
In the matomo directory, run in the command line the following (eg. via ssh):
curl -sS https://getcomposer.org/installer | php php composer.phar installThis will initialize composer for Matomo and download libraries we use in vendor/* directory.