PHPackages                             rsclg/member-submission-post-processor - 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. rsclg/member-submission-post-processor

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

rsclg/member-submission-post-processor
======================================

Perform additional actions after registration of a new member in the RSC web system.

04PHP

Since Oct 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rsclg/RscMemberSubmissionPostProcessor)[ Packagist](https://packagist.org/packages/rsclg/member-submission-post-processor)[ RSS](/packages/rsclg-member-submission-post-processor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b8ccce458e9723a8c36083749100219a187a93ff3c21641644fd8ce6c2ae76b1/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7273636c672f6d656d6265722d7375626d697373696f6e2d706f73742d70726f636573736f722e7376673f7374796c653d666c6174)](https://packagist.org/packages/rsclg/member-submission-post-processor)[![Installations via composer per month](https://camo.githubusercontent.com/4457cae0252e7c2ba17d454363519ff696ef7a2250eefc7f5664de4b59ae3b0c/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f7273636c672f6d656d6265722d7375626d697373696f6e2d706f73742d70726f636573736f722e7376673f7374796c653d666c6174)](https://packagist.org/packages/rsclg/member-submission-post-processor)[![Installations via composer total](https://camo.githubusercontent.com/dafde71ad42d898de8b75585d4739950b9561085e0ba25cecc0b4c9dad9784f8/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7273636c672f6d656d6265722d7375626d697373696f6e2d706f73742d70726f636573736f722e7376673f7374796c653d666c6174)](https://packagist.org/packages/rsclg/member-submission-post-processor)

Contao Extension: RscMemberSubmissionPostProcessor
==================================================

[](#contao-extension-rscmembersubmissionpostprocessor)

Perform additional actions after registration of a new member in the RSC web system.

Installation
------------

[](#installation)

Install the extension via composer: [rsclg/member-submission-post-processor](https://packagist.org/packages/rsclg/member-submission-post-processor).

If you prefer to install it manually, download the latest release here:

### Database modification

[](#database-modification)

Execute the following database script to ensure Contao to Roundcube connection:

```
-- add the member number as new column, to get an reference value
ALTER TABLE rcb_contacts ADD rsc_member_number INT( 4 ) UNSIGNED;
UPDATE rcb_contacts SET rsc_member_number = (SELECT xt_club_membernumber FROM tl_member WHERE rcb_contacts.name = CONCAT(tl_member.firstname, " ", tl_member.lastname));

-- add view that are expected from contao
CREATE OR REPLACE VIEW rcb2cto_contactgroups (id, name, tstamp) AS SELECT contactgroup_id, name, changed FROM rcb_contactgroups;
CREATE OR REPLACE VIEW rcb2cto_contacts (id, tstamp, name, firstname, lastname, email, member_number, user_id) AS SELECT contact_id, changed, name, firstname, surname, email, rsc_member_number, user_id FROM rcb_contacts WHERE del = 0;
CREATE OR REPLACE VIEW rcb2cto_users (id, name, tstamp) AS SELECT user_id, username, created FROM rcb_users;

```

Tracker
-------

[](#tracker)

Compatibility
-------------

[](#compatibility)

- min. Contao version: &gt;= 3.3.0
- max. Contao version: &lt; 3.6.0

Dependency
----------

[](#dependency)

This extension is dependent on the following extensions:

- [\[cliffparnitzky/user-member-bridge\]](https://packagist.org/packages/cliffparnitzky/user-member-bridge)
- [\[friends-of-contao/contao-associategroups\]](https://packagist.org/packages/friends-of-contao/contao-associategroups)
- [\[rsclg/club-member-fields\]](https://packagist.org/packages/rsclg/club-member-fields)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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.

### Community

Maintainers

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

---

Top Contributors

[![cliffparnitzky](https://avatars.githubusercontent.com/u/1247552?v=4)](https://github.com/cliffparnitzky "cliffparnitzky (14 commits)")

### Embed Badge

![Health badge](/badges/rsclg-member-submission-post-processor/health.svg)

```
[![Health](https://phpackages.com/badges/rsclg-member-submission-post-processor/health.svg)](https://phpackages.com/packages/rsclg-member-submission-post-processor)
```

PHPackages © 2026

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