Download the PHP package detain/myadmin-sendy-mailinglist without Composer
On this page you can find all versions of the php package detain/myadmin-sendy-mailinglist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download detain/myadmin-sendy-mailinglist
More information about detain/myadmin-sendy-mailinglist
Files in detain/myadmin-sendy-mailinglist
Download detain/myadmin-sendy-mailinglist
More information about detain/myadmin-sendy-mailinglist
Files in detain/myadmin-sendy-mailinglist
Vendor detain
Package myadmin-sendy-mailinglist
Short Description Sendy handling plugin for MyAdmin
License LGPL-2.1-only
Package myadmin-sendy-mailinglist
Short Description Sendy handling plugin for MyAdmin
License LGPL-2.1-only
Please rate this library. Is it a good library?
Informations about the package myadmin-sendy-mailinglist
MyAdmin Sendy Mailing List Plugin
Sendy mailing list integration plugin for the MyAdmin control panel. Provides automated subscriber management through the Sendy API, including event-driven hooks for account activation and mailing list subscription workflows.
Features
- Automatic mailing list subscription on account activation
- Event-driven architecture using Symfony EventDispatcher
- Configurable Sendy API endpoint, API key, and list ID via admin settings
- Toggle enable/disable from the MyAdmin settings panel
Requirements
- PHP >= 7.4
- ext-soap
- Symfony EventDispatcher ^5.0 || ^6.0 || ^7.0
Installation
Configuration
The plugin registers four settings in the MyAdmin admin panel under Accounts > Sendy:
| Setting | Description |
|---|---|
sendy_enable |
Enable or disable Sendy integration |
sendy_api_key |
Your Sendy API key |
sendy_list_id |
The target Sendy mailing list ID |
sendy_apiurl |
Base URL of your Sendy installation |
Event Hooks
| Event | Handler | Description |
|---|---|---|
system.settings |
getSettings |
Registers admin panel settings |
account.activated |
doAccountActivated |
Subscribes user on account activation |
mailinglist.subscribe |
doMailinglistSubscribe |
Subscribes an email address to the list |
Running Tests
License
This package is licensed under the LGPL-2.1 license.
All versions of myadmin-sendy-mailinglist with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.0.0
ext-soap Version *
symfony/event-dispatcher Version >=2.8.26
detain/myadmin-plugin-installer Version dev-master
ext-soap Version *
symfony/event-dispatcher Version >=2.8.26
detain/myadmin-plugin-installer Version dev-master
The package detain/myadmin-sendy-mailinglist contains the following files
Loading the files please wait ...