just a question.
does composer installs so many folder from api client
do we require all these folders for google api to run
bin
composer
doctrine
firebase
google
guzzlehttp
monolog
phpdocumentor
phpseclib
phpspec
phpunit
psr
react
sebastian
squizlabs
symfony
tediym
autoload.php
suppose i downloaded some api files with composer on my local machine and everything is working fine.
now when i want to make those files online
then i will have to run composer again on the server ??.
means i have to download files with composer online again.
or i can use local downloaded files and run them online ??