我正在维护的模块无法在Magento 2.3上运行,因为Magento显然已弃用了类'Zend_Rest_Client'。我没有在他们的文档中看到任何替代的Client,所以对于现在应该扩展哪个类我有些困惑。
这是我在第5行上的课:
class Client extends \Zend_Rest_Client
这是Magento 2.3中引发的错误:
( ! ) Fatal error: Class 'Zend_Rest_Client' not found in /m23/app/code/Maurisource/Module/Model/Rest/Client.php on line 5