How do I install Composer PHP packages without Composer?

前端 未结 7 847
有刺的猬
有刺的猬 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:14

    This is not the ultimate solution but for me it was a big help for most of the cases: https://github.com/Wilkins/composer-file-loader

    Allow you to load composer.json file just as composer would do it. This allow you to load composer.json file without composer (so theorically PHP 5.2 is enough)

    I know the question is old but I hope it will help someone.

提交回复
热议问题