使用php加载getstream时出错

时间:2017-03-15 13:05:28

标签: getstream-io

我已按照getstream.io文档中的说明操作,但我仍然收到此错误。

Warning: require_once(C:\xampp\htdocs\getstreamtest/vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\getstreamtest\test.php on line 3

Fatal error: require_once(): Failed opening required 'C:\xampp\htdocs\getstreamtest/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\getstreamtest\test.php on line 3

我已经包含了当前版本的getstream。根据简要的文档,这应该足够了。它说“Composer会为你处理自动加载,所以如果你需要vendor / autoload.php,你就可以了。”

{
"require": {
    "get-stream/stream": "2.2.9"
}
}

它不起作用。任何解决方案?

1 个答案:

答案 0 :(得分:0)

我无法安装composer.But解决了这个问题

"config": { 
"secure-http": false 
}

由于