How do I install Composer PHP packages without Composer?

前端 未结 7 833
有刺的猬
有刺的猬 2020-12-04 06:04

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

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 06:21

    I had to do this for an FTP server I didn't have SSH access to. The site listed in here worked, then I realized you can just do a composer install on your own server (using your target's PHP version), then copy all the files over.

提交回复
热议问题