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(3mo ago)070LGPL-3.0+PHP

Since Nov 5Pushed 3w 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 3d ago

READMEChangelog (4)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

38

—

LowBetter than 83% of packages

Maintenance89

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

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

96d 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 (12 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[contao-community-alliance/dc-general

Universal data container for Contao

1680.8k92](/packages/contao-community-alliance-dc-general)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.6k](/packages/symfony-framework-bundle)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k185.6M2.4k](/packages/symfony-security-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[metamodels/core

MetaModels core

10156.4k68](/packages/metamodels-core)

PHPackages © 2026

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