mage-os/mageos-async-events-admin-ui

Add event subscriptions for the Mage-OS Async Events module via an admin form instead of using REST requests.

Maintainers

Package info

github.com/mage-os/mageos-async-events-admin-ui

Type:magento2-module

pkg:composer/mage-os/mageos-async-events-admin-ui

Statistics

Installs: 11 386

Dependents: 0

Suggesters: 0

Stars: 10

Open Issues: 0

1.1.0 2026-02-09 07:18 UTC

This package is auto-updated.

Last update: 2026-03-09 07:41:58 UTC


README

Add event subscriptions for the Mage-OS Async Events module via an admin form instead of using REST requests.

This module enhances the Mage-OS Asynchronous Events module.

Installation

composer require mage-os/mageos-async-events-admin-ui

If you run into an error like "Could not find a version of package mage-os/mageos-async-events-admin-ui matching your minimum-stability (stable).", run this command instead:

composer require mage-os/mageos-async-events-admin-ui @dev

Enable and install the module:

bin/magento setup:upgrade

Usage

In the Async Events grid (Stores -> Asynchronous Events -> Subscribers) you now have the options to:

  • Create new subscriptions
  • Edit existing subscriptions

grid.png

The form for editing or creating subscriptions looks like this:

form.png

Deleting subscriptions via Admin Interface is not possible due to security reasons.

Please note that this module only supports HTTP subscriptions at the moment.