Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/243.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/codeigniter/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php CodeIgniter找不到guzzlehttp_Php_Codeigniter - Fatal编程技术网

Php CodeIgniter找不到guzzlehttp

Php CodeIgniter找不到guzzlehttp,php,codeigniter,Php,Codeigniter,我正在使用CodeIgniter3和PHP5.7。 我使用以下命令添加composer guzzlehttp: composer require guzzlehttp/guzzle:~6.0 在我的config.php中 在我的图书馆里我用 $client = new GuzzleHttp\Client(); 但结果是: 严重性:错误 消息:找不到类“GuzzleHttp\Client” 正在尝试以下代码: $client = new \GuzzleHttp\Client(); $clie

我正在使用CodeIgniter3和PHP5.7。 我使用以下命令添加composer guzzlehttp:

composer require guzzlehttp/guzzle:~6.0
在我的config.php中

在我的图书馆里我用

$client = new GuzzleHttp\Client();
但结果是:

严重性:错误

消息:找不到类“GuzzleHttp\Client”


正在尝试以下代码:

$client = new \GuzzleHttp\Client();
$client = new \GuzzleHttp\Client();