Magento OAuth,插件安装

时间:2016-08-27 19:47:31

标签: php magento plugins oauth token

作为一名插件开发者,我很乐意让我的Magento客户轻松安装我的插件,而无需手动完成下载zip的过程,在管理员内部手动上传等。

一种解决方案是询问他们的密码,但没有人会相信我。所以我想知道是否还有其他可能性?

1 个答案:

答案 0 :(得分:0)

是的,确保您的模块符合stylistic and security requirements,然后将其提交至Magento Connect

首先,他们需要从Magento Connect获取安装密钥:

find a module, then get a key

然后,客户可以在Magento安装中安装扩展程序:

install the module with Connect

这是向公众,特别是非开发者分发Magento模块的“标准”。