Skip to content
Riccardo Tempesta edited this page Mar 6, 2018 · 10 revisions

Introduction

MSP Notifier is a messaging framework for Magento 2 allowing users and developers to easily integrate a wide set of communication channels (Telegram, Slack and others) for real-time notification.

Project philosophy

MSP Notifier Project is an extensible tool projected around the Domain Driven Development best practices. In other word: it is a set of smaller modules with well defined responsibilities and features. You can decide to install the whole set of modules or just the ones you need.

Each single component is provided with a full set of SPI and API allowing extensibility and features replacements with guaranteed backward compatibility.

Quick and dirty

Ok, if you do not have time to read this wiki... here you have the short version:

composer require msp/module-notifier-all
bin/magento setup:upgrade

Open your admin under System > MSP Notifier menù and enjoy it ;)

Clone this wiki locally