webscale-networks/magento-eventstream

Webscale EventStream module

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Less

Type:magento2-module

pkg:composer/webscale-networks/magento-eventstream

1.0.2 2025-11-13 17:53 UTC

This package is not auto-updated.

Last update: 2025-11-14 00:33:12 UTC


README

Enables the setup and configuration of the Webscale EventStream extension.

Installation

To install extension start with the following in magento root directory to add repository:

composer config repositories.webscale-magento-eventstream git https://github.com/webscale-networks/magento-eventstream.git

To avoid issues with CI/CD and GitHub, add "no-api": true to the repository settings so it looks like this:

"webscale-magento-eventstream": {
    "type": "git",
    "url": "https://github.com/webscale-networks/magento-eventstream.git",
    "no-api": true
}

Now require the extension itself:

composer require webscale-networks/magento-eventstream

After composer installs the package run next Magento commands:

php bin/magento module:enable Webscale_EventStream
php bin/magento setup:upgrade
bin/magento cache:clean

Once completed log in to the Magento admin panel and proceed to configuring the extension.

Configuration

To enter the credentials open a browser and log in to the Magento admin. Next, navigate to:

Stores > Configuration > Webscale > EventStream

Enable the module by switching Enabled to Yes.

Optional

Debug Mode

You can also select Enable Debug under Developer section - this will result to more detailed server logs: