blopa / Magento-Chatbot

Magento Chatbot Integration with Telegram, Messenger, Whatsapp, WeChat, Skype and wit.ai.
MIT License
176 stars 62 forks source link

Composer friendly repo #154

Open adamj88 opened 6 years ago

adamj88 commented 6 years ago

At the moment the module is not easily installable into Magento 2 using Composer.

To facilitate this the following directory would need to be the root directory of the repo: https://github.com/blopa/Magento-Chatbot/tree/master/Magento2/app/code/Werules/Chatbot

It could then be submitted to Packagist and installed using composer require werules/module-chatbot.

The Magento 1 module should ideally be moved to a separate repo as it is deprecated.