★ 0stars
12release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/bleedingdeacons/rabbit/releases/download/v1.4.14/rabbit-production-1.4.14.zipDeclares an update source (https://github.com/bleedingdeacons/rabbit), so updates arrive through the plugin's own updater.
From the readme
Rabbit
Framework for sending outbound messages to Unity members. Rabbit is the
contracts plugin: it defines the messaging interfaces, value objects, a shared
HTTP transport, capabilities, and the high-level MemberMessenger helper. An
implementation plugin (e.g. WhatsApp)
binds a concrete driver against the contract.
Rabbit does nothing visible on its own — it never talks to a provider. It only
defines the shape every driver must satisfy and the glue that turns a Unity member
into a sent message (recording each send in Scrutiny's GDPR audit log).
Architecture
Rabbit boots on unity/loaded, registers its services into Unity's shared
container, and fires rabbit/loaded so driver plugins can bind their concrete
MessageService. It hard-requires Unity (member data) and Scrutiny (audit
log).
Key components
| Class | Responsibility |
|---|---|
| Rabbit\Messaging\Interfaces\MessageService | The driver contract: send(Message): MessageResult, testConnection(): bool. |
| Rabbit\Messaging\Interfaces\MessagingException | Common throwable for driver failures. |
| Rabbit\Messaging\Models\Message | Immutable text/template message. Message::text(), Message::template(). |
| Rabbit\Messaging\Model
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.4.14 | Sep 5, 2026 | rabbit-production-1.4.14.zip | 1 |
| v1.4.13 | Sep 5, 2026 | rabbit-production-1.4.13.zip | 1 |
| v1.4.12 | Aug 25, 2026 | rabbit-production-1.4.12.zip | 1 |
| v1.4.11 | Aug 25, 2026 | rabbit-production-1.4.11.zip | 0 |
| v1.4.10 | Aug 17, 2026 | rabbit-production-1.4.10.zip | 1 |
| v1.4.9 | Aug 17, 2026 | rabbit-production-1.4.9.zip | 1 |
| v1.4.8 | Aug 9, 2026 | rabbit-production-1.4.8.zip | 1 |
| v1.4.7 | Aug 8, 2026 | rabbit-production-1.4.7.zip | 1 |
| v1.4.6 | Aug 7, 2026 | rabbit-production-1.4.6.zip | 2 |
| v1.4.5 | Aug 7, 2026 | rabbit-production-1.4.5.zip | 2 |
| v1.4.4 | Aug 7, 2026 | rabbit-production-1.4.4.zip | 1 |