brightplum / overwatch
Transmit events to Overwatch BP platform by Brightplum.
Installs: 1 948
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-module
pkg:composer/brightplum/overwatch
Requires
- drupal/hook_event_dispatcher: ^3.3 || ^4.0@RC
- drupal/queue_ui: ^3.1
This package is auto-updated.
Last update: 2025-12-07 21:28:07 UTC
README
Description
The Overwatch module is designed to transmit events to Overwatch platform. It captures various entity events like insert, update, and delete.
Requirements
- Drupal ^9 || ^10
hook_event_dispatchermodule https://www.drupal.org/project/hook_event_dispatchercore_event_dispatchermodule https://packagist.org/packages/drupal/core-event-dispatcher
Installation
Step 1: Download Dependencies
Before enabling the Overwatch module, ensure you have downloaded the following dependencies:
hook_event_dispatchermodulecore_event_dispatchermodulequeue_uimodule
You can download these modules using Composer:
composer require drupal/hook_event_dispatcher composer require drupal/queue_ui ### Step 2: Enable dependencies ```bash drush en hook_event_dispatcher core_event_dispatcher queue_ui -y drush en overwatch -y