PHPackages                             numero2/contao-contact-persons - 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. numero2/contao-contact-persons

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

numero2/contao-contact-persons
==============================

Manage contact persons for pages, news and events.

1.0.2(1mo ago)062LGPL-3.0+PHP

Since Nov 5Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/numero2/contao-contact-persons)[ Packagist](https://packagist.org/packages/numero2/contao-contact-persons)[ RSS](/packages/numero2-contao-contact-persons/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (24)Versions (5)Used By (0)

Contao Contact Persons Bundle
=============================

[](#contao-contact-persons-bundle)

[![](https://camo.githubusercontent.com/dc4b0b15585972827c47f8f55ff3018e2f247b7c91864dfc5b55e8abc614b889/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e756d65726f322f636f6e74616f2d636f6e746163742d706572736f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/numero2/contao-contact-persons) [![License: LGPL v3](https://camo.githubusercontent.com/378367a0f32c18d4cd4a72c592d665bb27e3c184419e2fa85ff21fde8972bc1a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4c47504c25323076332d626c75652e7376673f7374796c653d666c61742d737175617265)](http://www.gnu.org/licenses/lgpl-3.0)

About
-----

[](#about)

This bundle allows you to **manage contact persons for individual pages, news items, or events**.

**Features**

- Manage contact persons for pages, news, or events.
- A dedicated **content element** to:
    - display a single contact person, or
    - output a **list of selected contact persons**
- Optionally attach a **VCF file** to each contact person
- Alternatively, automatically generate a VCF file from the information stored in the backend for download

Screenshot
----------

[](#screenshot)

[![Editing a contact person](./docs/screenshot.png)](./docs/screenshot.png)

System requirements
-------------------

[](#system-requirements)

- [Contao 5.0](https://github.com/contao/contao) (or newer)

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

[](#installation)

- Install via Contao Manager or Composer (`composer require numero2/contao-contact-persons`)
- Run a database update via the Contao Manager or using the [contao:migrate](https://docs.contao.org/dev/reference/commands/) command.

Events
------

[](#events)

If you want to extend the contact persons using your own fields you can use the `contao.contact_person_parse` event to modify all the data that will be used in the templates.

```
// src/EventListener/ContactPersonParseListener.php
namespace App\EventListener;

use numero2\ContactPersonsBundle\Event\ContactPersonEvents;
use numero2\ContactPersonsBundle\Event\ContactPersonParseEvent;
use Symfony\Component\EventDispatcher\Attribute\AsEventListener;

#[AsEventListener(ContactPersonEvents::CONTACT_PERSON_PARSE)]
class ContactPersonListener {

    public function __invoke( ContactPersonParseEvent $event ): void {
        // …
    }
}
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance91

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 57.9% 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 ~48 days

Total

4

Last Release

42d ago

Major Versions

0.1.0 → 1.0.02026-02-16

### Community

Maintainers

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

---

Top Contributors

[![bennyborn](https://avatars.githubusercontent.com/u/226890?v=4)](https://github.com/bennyborn "bennyborn (11 commits)")[![michb](https://avatars.githubusercontent.com/u/17873830?v=4)](https://github.com/michb "michb (5 commits)")[![iotacb](https://avatars.githubusercontent.com/u/40664634?v=4)](https://github.com/iotacb "iotacb (3 commits)")

---

Tags

contactscontao

### Embed Badge

![Health badge](/badges/numero2-contao-contact-persons/health.svg)

```
[![Health](https://phpackages.com/badges/numero2-contao-contact-persons/health.svg)](https://phpackages.com/packages/numero2-contao-contact-persons)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3183.3k6](/packages/codefog-contao-news-categories)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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