PHPackages                             undkonsorten/powermail-subscription - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. undkonsorten/powermail-subscription

ActiveTypo3-cms-extension[Authentication &amp; Authorization](/categories/authentication)

undkonsorten/powermail-subscription
===================================

Finisher for a newsletter signup within a powermail form.

1.0.0(1mo ago)05GPL-2.0+PHP

Since Apr 14Pushed 1mo agoCompare

[ Source](https://github.com/undkonsorten/powermail_subscription)[ Packagist](https://packagist.org/packages/undkonsorten/powermail-subscription)[ Docs](https://www.undkonsorten.com)[ RSS](/packages/undkonsorten-powermail-subscription/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Powermail Subscription Finisher
===============================

[](#powermail-subscription-finisher)

Extend powermail forms with a checkbox for a newsletter subscription.

Usage
-----

[](#usage)

- Install the extension
- Add following code to your site packages `Services.yaml` to register the connector.

```
services:
  Undkonsorten\PowermailSubscription\Connector\ConnectorInterface:
    class: 'Undkonsorten\PowermailSubscription\Connector\RegisteraddressConnector'
```

- Add TypoScript to register the finisher in powermail and configure the needed properties and fieldnames.

```
plugin.tx_powermail.settings.setup {
  finishers {
    25 {
      class = Undkonsorten\PowermailSubscription\Finisher\SubscriptionFinisher

      config {
        additionalProperties {
          # AddressProperty = fieldname
          firstName = firstname
          lastName = lastname
        }
        subscriptionField = newsletter_subscription
        consentField = newsletter_consenttext
        # save address in pid
        pid = 138
      }
    }
  }
}

```

- Clear the cache

Using another registration extension
------------------------------------

[](#using-another-registration-extension)

If you need another connector, implement the `Undkonsorten\PowermailSubscription\Connector\ConnectorInterface`in your own Connector Class and define what you need in the `subscribe` method.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance89

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

56d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a192083f4fc05fe8020592c9b5222677998fcf0e779df21ecb51016d8fd45f98?d=identicon)[undkonsorten](/maintainers/undkonsorten)

---

Top Contributors

[![kanow](https://avatars.githubusercontent.com/u/16071530?v=4)](https://github.com/kanow "kanow (3 commits)")

---

Tags

library

### Embed Badge

![Health badge](/badges/undkonsorten-powermail-subscription/health.svg)

```
[![Health](https://phpackages.com/badges/undkonsorten-powermail-subscription/health.svg)](https://phpackages.com/packages/undkonsorten-powermail-subscription)
```

###  Alternatives

[litesaml/lightsaml

SAML 2.0 PHP library

1056.0M19](/packages/litesaml-lightsaml)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k44](/packages/friendsoftypo3-content-blocks)[in2code/femanager

Modern TYPO3 Frontend User Registration.

53774.5k7](/packages/in2code-femanager)[typo3/cms-felogin

TYPO3 CMS Frontend Login - A template-based plugin to log in website users in the TYPO3 frontend.

117.0M125](/packages/typo3-cms-felogin)[2amigos/2fa-library

2 Factor Authentication (2FA) library

34386.3k7](/packages/2amigos-2fa-library)[spinen/laravel-discourse-sso

Integrate Discourse SSO into Laravel.

4699.0k](/packages/spinen-laravel-discourse-sso)

PHPackages © 2026

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