PHPackages                             cliffparnitzky/extended-member-inserttags - 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. cliffparnitzky/extended-member-inserttags

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

cliffparnitzky/extended-member-inserttags
=========================================

Provides additional insert tags for members.

2.0.4(6y ago)13191[1 issues](https://github.com/cliffparnitzky/ExtendedMemberInserttags/issues)LGPL-3.0-or-laterPHPPHP &gt;=5.3

Since Feb 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/cliffparnitzky/ExtendedMemberInserttags)[ Packagist](https://packagist.org/packages/cliffparnitzky/extended-member-inserttags)[ RSS](/packages/cliffparnitzky-extended-member-inserttags/feed)WikiDiscussions master Synced 1mo ago

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/d00527de33b1044eff5616a589bf8ed1fe5d60c36249bc1713dc306814e4ed45/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c6966667061726e69747a6b792f657874656e6465642d6d656d6265722d696e73657274746167732e7376673f7374796c653d666c6174)](https://packagist.org/packages/cliffparnitzky/extended-member-inserttags)[![Installations via composer per month](https://camo.githubusercontent.com/154c67c8e9c961e0ad8ff188656c093c9b3ca53d8c17bcd66897c6e5dd0dd5fc/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f636c6966667061726e69747a6b792f657874656e6465642d6d656d6265722d696e73657274746167732e7376673f7374796c653d666c6174)](https://packagist.org/packages/cliffparnitzky/extended-member-inserttags)[![Installations via composer total](https://camo.githubusercontent.com/cde60c41b6979e7b7009caf0e8786ddda0c4b14762af362fa290abe520459c38/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c6966667061726e69747a6b792f657874656e6465642d6d656d6265722d696e73657274746167732e7376673f7374796c653d666c6174)](https://packagist.org/packages/cliffparnitzky/extended-member-inserttags)

Contao Extension: ExtendedMemberInserttags
==========================================

[](#contao-extension-extendedmemberinserttags)

Provides additional insert tags for members.

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

[](#installation)

Install the extension via composer: [cliffparnitzky/extended-member-inserttags](https://packagist.org/packages/cliffparnitzky/extended-member-inserttags).

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

Tracker
-------

[](#tracker)

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

[](#compatibility)

- Contao version &gt;= 3.2.0 ... &lt; 3.6.0
- Contao version &gt;= 4.4.0

Dependency
----------

[](#dependency)

There are no dependencies to other extensions, that have to be installed.

Insert tags
-----------

[](#insert-tags)

Provides all known insert tags to get information of the actual logged member (replace `user` with `member` !) of this [listing](http://contao.org/en/insert-tags.html#user-properties).

### Known insert tags are:

[](#known-insert-tags-are)

- `{{member::firstname}}` ... This tag will be replaced with the first name of the currently logged in member.
- `{{member::lastname}}` ... This tag will be replaced with the last name of the currently logged in member.
- `{{member::company}}` ... This tag will be replaced with the company name of the currently logged in member.
- `{{member::phone}}` ... This tag will be replaced with the phone number of the currently logged in member.
- `{{member::mobile}}` ... This tag will be replaced with the mobile number of the currently logged in member.
- `{{member::fax}}` ... This tag will be replaced with the fax number of the currently logged in member.
- `{{member::email}}` ... This tag will be replaced with the e-mail address of the currently logged in member.
- `{{member::website}}` ... This tag will be replaced with the web address of the currently logged in member.
- `{{member::street}}` ... This tag will be replaced with the street name of the currently logged in member.
- `{{member::postal}}` ... This tag will be replaced with the postal code of the currently logged in member.
- `{{member::city}}` ... This tag will be replaced with the city of the currently logged in member.
- `{{member::country}}` ... This tag will be replaced with the country of the currently logged in member.
- `{{member::username}}` ... This tag will be replaced with the username of the currently logged in member.

### Also useful but not documented insert tags are:

[](#also-useful-but-not-documented-insert-tags-are)

- `{{member::dateOfBirth}}` ... This tag will be replaced with the date of birth of the currently logged in member.
- `{{member::gender}}` ... This tag will be replaced with the gender of the currently logged in member.
- `{{member::state}}` ... This tag will be replaced with the state of the currently logged in member.
- `{{member::language}}` ... This tag will be replaced with the language of the currently logged in member.

### Additional insert tags are:

[](#additional-insert-tags-are)

- `{{member::age}}` ... This tag will be replaced with the age of the currently logged in member.
- `{{member::name}}` ... This tag will be replaced with the name (combination of firstname and lastname) of the currently logged in member.
- `{{member::salutation}}` ... This tag will be replaced with the salutation (`Ms` or `Mr`) for the currently logged in member.
- `{{member::welcoming::formally}}` ... This tag will be replaced with a formally welcoming (`Dear Ms` or `Dear Mr`) for the currently logged in member (the short form is also possible: `{{member::welcoming}}`).
- `{{member::welcoming::personally}}` ... This tag will be replaced with a personally welcoming (`Dear`) for the currently logged in member.

### Improvements are

[](#improvements-are)

For properties with regular expression of `date` / `time` / `datim` (defined in eval array of DCA config) a custom dateformat could be set (e.g. `{{member::dateOfBirth::d. M Y}}` will be replaced with `14. Nov 1991`). If no custom format was found, the systems default will be used.

For properties of datatype `array` and existing foreign key (defined in DCA config) the text values will be read from database (e.g. `{{member::groups}}` will be replaced with `Piano Students, Violin Students`). Additionally define a separator to be used for concating the values (e.g. `{{member::groups:: / }}`will be replaced with `Piano Students / Violin Students`)

### Feature

[](#feature)

Each inserttag can be extended with the id of a special member to get the information about it. To use this feature add the id to the insert tags `{{member::ID::FIELDNAME}}`, e.g.:

- `{{member::3::name}}` ... This tag will be replaced with the name of the member with id `3`.
- `{{member::27::email}}` ... This tag will be replaced with the e-mail address of the member with id `27`.
- `{{member::15::dateOfBirth::*}}` ... This tag will be replaced with the date of birth of the member with id `15` (with custom format).
- `{{member::3::groups}}` ... This tag will be replaced with the groups of the member with id `3` (separated with `, `).
- `{{member::3::groups:: / }}` ... This tag will be replaced with the groups of the member with id `3` (separated with `/`).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

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

Every ~403 days

Total

5

Last Release

2503d ago

### 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 (32 commits)")[![fritzmg](https://avatars.githubusercontent.com/u/4970961?v=4)](https://github.com/fritzmg "fritzmg (1 commits)")

---

Tags

contaomembersinserttags

### Embed Badge

![Health badge](/badges/cliffparnitzky-extended-member-inserttags/health.svg)

```
[![Health](https://phpackages.com/badges/cliffparnitzky-extended-member-inserttags/health.svg)](https://phpackages.com/packages/cliffparnitzky-extended-member-inserttags)
```

###  Alternatives

[terminal42/contao-inserttags

Contao extension to create custom insert tags.

1048.5k](/packages/terminal42-contao-inserttags)

PHPackages © 2026

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