-
Notifications
You must be signed in to change notification settings - Fork 11
Home
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.
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.
- Real Time Security notifications
- Adding messaging features as service to your customers
- Getting notified when something relevant happens in your store
- ...
Ok, if you do not have time to read this wiki I have to warn you that you are missing out :P
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 ;)
If you need to understand how does it work... then you need to read this wiki. Sit down, grab a cup of tea and read it.
This MageSpecialist project is subject to the Open Software License (OSL 3.0). Enjoy it and contribute it.