PHPackages                             aligent/magento2-eventbridge-notifier - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. aligent/magento2-eventbridge-notifier

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

aligent/magento2-eventbridge-notifier
=====================================

An Amazon EventBridge notifier backed by the aligent/async-events module.

v1.0.7(3y ago)22.4k↓43.8%1[1 issues](https://github.com/aligent/magento2-eventbridge-notifier/issues)GPL-3.0-onlyPHPPHP &gt;=7.0

Since Nov 4Pushed 3y ago12 watchersCompare

[ Source](https://github.com/aligent/magento2-eventbridge-notifier)[ Packagist](https://packagist.org/packages/aligent/magento2-eventbridge-notifier)[ RSS](/packages/aligent-magento2-eventbridge-notifier/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (8)Dependencies (4)Versions (10)Used By (0)

Magento 2 Eventbridge Notifier
==============================

[](#magento-2-eventbridge-notifier)

This repository adds an [aligent/async-events](https://github.com/aligent/magento-async-events) compatible notifier for submitting events to [Amazon EventBridge](https://aws.amazon.com/eventbridge/).

Getting Started
---------------

[](#getting-started)

### Configure AWS Credentials

[](#configure-aws-credentials)

An IAM role with the `events:PutEvents` action is required so that the notifier can relay events into Amazon EventBridge.

Under `Stores -> Services -> Amazon EventBridge` set the `Access Key ID` and the `Secret Access Key` and the `Region`. You can configure the source of the event and the event bus if necessary.

[![AWS Config](./docs/config.png)](./docs/config.png)

### Create Subscription

[](#create-subscription)

```
curl --location --request POST 'https://m2.dev.aligent.consulting:44356/rest/V1/async_event' \
--header 'Authorization: Bearer TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
    "asyncEvent": {
        "event_name": "example.event",
        "recipient_url": "Amazon Event Bridge ARN",
        "verification_token": "supersecret",
        "metadata": "event_bridge"
    }
}'
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~84 days

Recently: every ~103 days

Total

8

Last Release

1100d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1459952?v=4)[Aligent](/maintainers/aligent)[@aligent](https://github.com/aligent)

---

Top Contributors

[![gowrizrh](https://avatars.githubusercontent.com/u/40108018?v=4)](https://github.com/gowrizrh "gowrizrh (15 commits)")[![aligent-lturner](https://avatars.githubusercontent.com/u/40189797?v=4)](https://github.com/aligent-lturner "aligent-lturner (4 commits)")[![quangdo-aligent](https://avatars.githubusercontent.com/u/37521032?v=4)](https://github.com/quangdo-aligent "quangdo-aligent (2 commits)")[![toddhainsworth](https://avatars.githubusercontent.com/u/640244?v=4)](https://github.com/toddhainsworth "toddhainsworth (2 commits)")[![AdamJHall](https://avatars.githubusercontent.com/u/7251527?v=4)](https://github.com/AdamJHall "AdamJHall (1 commits)")

---

Tags

magento

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/aligent-magento2-eventbridge-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/aligent-magento2-eventbridge-notifier/health.svg)](https://phpackages.com/packages/aligent-magento2-eventbridge-notifier)
```

###  Alternatives

[elgentos/regenerate-catalog-urls

Regenerate Catalog URL Rewrites (products, categories, cms pages)

2842.6M](/packages/elgentos-regenerate-catalog-urls)[altis/core

Core module for Altis

19222.5k2](/packages/altis-core)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1859.0k](/packages/myparcelnl-magento)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1010.0k22](/packages/loki-magento2-components)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
