wiserobot / module-iomnic
WiseRobot iOmniC provides near real-time connectivity to multiple platforms (Rithum, Magento 2, etc.)
Installs: 2 274
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.0.0||~8.1.0||~8.2.0||~8.3.0
- magento/framework: ^102.0||^103.0
- dev-main
- 3.3.11
- 3.3.10
- 3.3.9
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.19
- 3.2.18
- 3.2.17
- 3.2.16
- 3.2.15
- 3.2.14
- 3.2.13
- 3.2.12
- 3.2.11
- 3.2.10
- 3.2.9
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.10
- 3.1.9.1
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.19
- 3.0.18
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.0
- 2.0.1
- 2.0.0
- 1.0.0
- dev-php7.x
This package is auto-updated.
Last update: 2025-05-07 02:24:46 UTC
README
iOmniC provides near real-time connectivity to multiple platforms (Rithum, Magento 2, etc.). No more time consuming manual updates necessary. All your Products, Orders, and Fulfillment are automatically synced between platforms within minutes. Our admin UI will help you track the status, details, timestamps, and completion levels of your data. Any transfer errors will show in the dashboard and via email digest with hints on how to fix in your data. You decide the flow of data, and can create/enable/disable/remove any automated process easily.
Near real-time synchronization
Easily monitor your connections
Granular integration controls
Installation
Run the command below to install via Composer
composer require wiserobot/module-iomnic
Enable module
To enable the module do the following
php bin/magento module:enable WiseRobot_Io php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f
Disable module
To disable the module follow the instructions below
php bin/magento module:disable WiseRobot_Io php bin/magento setup:di:compile php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f