致命错误:Instagram搜寻器中的未捕获错误

时间:2018-10-31 07:45:54

标签: php

我想使用https://packagist.org/packages/smochin/instagram-php-crawler

我下载了该文件,并在项目中创建了index.php

index.php:

<?php
$insta = new Smochin\Instagram\CrawlerTest;

我有此错误,但我不知道为什么!

  

致命错误:未被捕获的错误:类'Smochin \ Instagram \ CrawlerTest'不是   在E:\ xamppN \ htdocs \ insta \ index.php:10中找到堆栈跟踪:#0 {main}   在第10行的E:\ xamppN \ htdocs \ insta \ index.php中抛出

insta crawler folders

1 个答案:

答案 0 :(得分:1)

您只需要在代码中添加以下行

require_once DIR . '/vendor/autoload.php';