PHPackages                             markocupic/employee-bundle - 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. [Admin Panels](/categories/admin)
4. /
5. markocupic/employee-bundle

ActiveContao-bundle[Admin Panels](/categories/admin)

markocupic/employee-bundle
==========================

4.1.8(1y ago)1301LGPL-3.0+PHPPHP ^8.1

Since Sep 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/markocupic/employee-bundle)[ Packagist](https://packagist.org/packages/markocupic/employee-bundle)[ RSS](/packages/markocupic-employee-bundle/feed)WikiDiscussions 4.x Synced 2mo ago

READMEChangelogDependencies (8)Versions (48)Used By (0)

[![Alt text](docs/logo.png?raw=true "logo")](docs/logo.png?raw=true)

Employee Bundle
===============

[](#employee-bundle)

This extension for **Contao CMS** enables the presentation of **employees** on a **company website**. Employees can be entered via the **backend module**. The extension offers a **list module** and a **reader/detail module** for output in the frontend.

Backend
-------

[](#backend)

[![Alt text](docs/tl_employee.png?raw=true "Backend")](docs/tl_employee.png?raw=true)

Insert Tags
-----------

[](#insert-tags)

It is possible to retrieve details or the individual picture of a specific employee via **Contao InsertTag** in **TWIG**.

```
Title: {{ insert_tags('employee::##alias##::##fieldname##') }}
```

### Examples

[](#examples)

```
{# templates/rsce_employee_detail.html.twig #}

Firstname: {{ insert_tag('employee::adam-riese::firstname') }}
Lastname: {{ insert_tag('employee::adam-riese::lastname') }}
Image: {{ insert_tag('employee::adam-riese::image::mode=proportional&width=200')|raw }}
Picture: {{ insert_tag('employee::adam-riese::picture::size=2')|raw }}
Figure: {{ insert_tag('employee::adam-riese::figure::size=2')|raw }}

{# dynamic #}
Firstname:   {{ insert_tag('employee::'~alias~'::firstname') }}
Figure:   {{ insert_tag('employee::'~alias~'::figure::size='~picture_size) }}

{# VCard download link using the alias or ID #}
download VCard
download VCard
```

Events for developers
---------------------

[](#events-for-developers)

The two events `GenerateVCardEvent` and `PrepareEmployeeDataEvent` give you control over the output before the templates are rendered.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 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

Every ~56 days

Recently: every ~2 days

Total

48

Last Release

536d ago

Major Versions

1.0.2 → 2.0.02022-10-13

2.0.2 → 3.0.02022-12-01

1.x-dev → 3.0.72023-09-03

3.0.8 → 4.0.02024-06-13

3.0.9 → 4.x-dev2024-11-09

PHP version history (3 changes)2.0.0PHP ^7.4 || ^8.0

3.0.0PHP ^8.0

4.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1525166?v=4)[Marko Cupic](/maintainers/markocupic)[@markocupic](https://github.com/markocupic)

---

Top Contributors

[![markocupic](https://avatars.githubusercontent.com/u/1525166?v=4)](https://github.com/markocupic "markocupic (69 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/markocupic-employee-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/markocupic-employee-bundle/health.svg)](https://phpackages.com/packages/markocupic-employee-bundle)
```

###  Alternatives

[isotope/isotope-core

Isotope is the premier open source eCommerce solution for Contao Open Source CMS

13959.2k74](/packages/isotope-isotope-core)[omosde/contao-om-backend

Backend tools for Contao 4.4+

2313.4k](/packages/omosde-contao-om-backend)

PHPackages © 2026

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