我是使用composer的新手,我安装了它,创建了composer.json文件。使用以下说明安装了bigcommerce api:https://github.com/bigcommerce/bigcommerce-api-php
当我尝试运行"使用Bigcommerce \ Api \ Client作为Bigcommerce"我找不到错误类。
我使用的是localhost,我的文件结构是:
testsite
src-> contains all classes including Client.php
vendor -> bigcommerce -> api -> the api files,
api.php -> my test file trying to connect to api
我没有更改任何作曲家文件,我已经研究过自动加载。正如我之前所说,它是第一次使用作曲家。
答案 0 :(得分:1)
请在此处阅读Composer的文档:https://getcomposer.org/doc/00-intro.md请注意最后几段,“使用Composer”和“自动加载”。您是否按照代码中的步骤进行操作?