Hi everyone,
I’m developing a Yii2 application that uses yiisoft/yii2-mongodb exclusively (no MySQL/PostgreSQL).
I’m looking for a webhook package similar to degordian/yii2-webhooks that supports MongoDB or is database-agnostic.
My requirements are:
- Yii2
- MongoDB (
yii2-mongodb) - Webhook subscriptions
- Retry support
- Delivery logs
Does anyone know of an existing package, or has anyone adapted a SQL-based webhook package to work with MongoDB?
Any recommendations or experiences would be appreciated.