最近开始做php,在做一个远程推送的功能,我在window下用ci框架,但这个第三方库必须使用composer来进行依赖管理
目前已经成功安装了全局安装composer
但看文档也不太懂怎么在CI中使用composer。
直接使用composer install会弹出the openssl extension is required for SSL/TLS protection but is not available
我尝试过直接下载它打包好的vendor包然后放入application文件夹里,在引用文件中使用require_once 'vendor/autoload.php'则显示fail to open steam:No such file or directory