vendor/autoload.php download

C++
# Create composer.json by initializing composer by:
composer init
# Create vendor/autoload.php by:
composer install

# Make sure you installed composer, if you haven't use:
sudo apt install composer # Linux
# For a other OS visit: https://getcomposer.org/download/
Source

Also in C++: