我在 Yii 项目中导入 Guzzle 库并出现错误。
进口方式
Yii::import('application.vendor.Guzzle');
require_once(Yii::getPathOfAlias('application.vendor.Guzzle.Http').'/Client.php');
$response = Guzzle::get('http://guzzlephp.org');
错误
Fatal error: Class 'Guzzle\Common\AbstractHasDispatcher' not found in C:\wamp\www\yiiproject\protected\vendor\Guzzle\Http\Client.php