mage-os / mageos-common-async-events
Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.
Installs: 2 076
Dependents: 2
Suggesters: 0
Security: 0
Stars: 11
Watchers: 11
Forks: 5
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.1
- mage-os/mageos-async-events: *
- magento/framework: *
Requires (Dev)
- dev-main
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.0
- dev-round-floats-sales-order-paid
- dev-support-zero-total-orders
- dev-address-registry-no-cache
- dev-mit-license
- dev-more-sales-events
- dev-customer-address-updated-only-when-changed
- dev-customer.created
- dev-customer-address-events
- dev-initial-implementation
This package is auto-updated.
Last update: 2024-12-09 15:04:03 UTC
README
Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.
This module uses the Mage-OS Asynchronous Events module as a basis.
Installation
composer require mage-os/mageos-common-async-events
If you run into an error like "Could not find a version of package mage-os/mageos-common-async-events matching your minimum-stability (stable).", run this command instead:
composer require mage-os/mageos-common-async-events @dev
Enable and install the module:
bin/magento setup:upgrade
Usage
You can now use the following events without having to implement them yourself.
You can use these events by
- creating a new subscription via Mage-OS REST API
- creating a new subscription with the Mage-OS Async Events Admin UI module