使用Peerindex API计算用户评分

时间:2013-04-22 00:58:35

标签: php

要使用Peerindex API计算用户评分,我已下载此库:

https://github.com/nixilla/peerindex-api-consumer

当我尝试实现位于库文件夹中的example.php文件时,我收到以下错误消息:

Fatal error: Class 'Buzz\Browser' not found in C:\xampp\htdocs\...

过去有没有人有这个问题?有关如何解决它的任何想法?

由于

1 个答案:

答案 0 :(得分:2)

该程序包使用composer来解析外部依赖项。在执行示例之前,您必须执行以下步骤:

# download composer.phar
php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
# install external deps
php ./composer.phar install
# update depencies (important)
php ./composer.phar update

然后在文本编辑器中打开example.php,并用您的API密钥替换YOUR_KEY_HERE

现在您可以执行示例

php example.php