📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Potentially Abandoned v1.0.11

Magento2 Plugin

signalise/magento2-plugin

Pushes Magento order data to Signalise via a queue. Includes configurable events and a command to push specific orders.

14,217
Downloads
Below average
5
GitHub Stars
Below average
2y ago
Last Release
2
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
3 errors , 183 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.11 on Magento 2.4.8-p3
Dec 27, 2025

Share This Module's Status

Magento2 Plugin Magento compatibility status badge

README

Loaded from GitHub

Signalise Magento2 Plugin

Magento2 Plugin that push data to Signalise, data wil be pushed in a queue and a consumer will be pushing the data to Signalise.

This plugin can also push orders or a specific order to signalise through the PushOrder command.

signalise:push-order {order_id}

Installation

In order to install this package you need composer.

composer require signalise/magento2-plugin

Configuration

  • Api key.
  • Connect id (Needs to be configured for each store).
  • Active Events (You can select which event you want to activate).
  • Development (When development is enabled, it is not possible to send data to signalise. However the events will be triggered and send to the queue).
  • Error log (Show last 100 error records).

img.png

Setup command

This command will create a connect in Signalise.

Setup console command: bin/magento signalise:setup

  • Enter api key
  • Select store view or create custom connect name

Option 1: Create connect name from selected store

Selecting a store view will save the connect in the selected store config.

Option 2: Create connect name

This will give you an input field and will save the connect in global config.

Events

We currently have 2 configurable events that will send data to signalise when it gets triggered.

  • sales_order_place_after - This event will be triggered when you place an order.
  • sales_order_payment_pay - This event will be triggered when you pay after you placed an order.

More events will be added in the future

Support

Signalise PHP Client is made by Ndottens.

If you find a bug or want to submit an improvement, don't hesitate to create a merge request.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.