I\'m trying to install the Coinbase PHP API but it requires Composer:
https://github.com/coinbase/coinbase-php
I\'m looking for a universal PHP solution (per
An alternative solution that worked for me (since php-download was down) can be done by making your own little local composer downloader.
c:\temp and and simply type the composer dependancy, for example: composer require league/oauth2-clientc:\temp folder to your web host using an FTP programrequire("vendor/autoload.php");