PHPackages                             wr/team-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. wr/team-bundle

ActiveContao-bundle

wr/team-bundle
==============

Team bundle to show the employees of a company for Contao Open Source CMS

0.0.3(8y ago)01261LGPL-3.0PHPPHP ^7.0

Since Aug 2Pushed 4y ago2 watchersCompare

[ Source](https://github.com/webrealisierung-ch/team-bundle)[ Packagist](https://packagist.org/packages/wr/team-bundle)[ Docs](https://github.com/webrealisierung-ch/team-bundle)[ RSS](/packages/wr-team-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

Team Bundle for Contao Open Source CMS
======================================

[](#team-bundle-for-contao-open-source-cms)

With this bundle you can easily manage your employees to display them on your website.

Attention
---------

[](#attention)

This bundle is currently under development. You can use it at your own risk! A stable version will be available soon. Of course you can submit issues and feature requests on the [repository issue section](https://github.com/webrealisierung-ch/team-bundle/issues). Thx!

### Contao Standard Edition

[](#contao-standard-edition)

Run in your project folder the following Composer command to add the Team Bundle to your project:

```
    ./composer require wr/team-bundle
```

Add the Bundle to `app/AppKernel.php` bundles array after all the Contao bundles:

```
public function registerBundles()
    {
        $bundles = [
            .....
            new Wr\TeamBundle\WrTeamBundle() //Add this line.
        ];

        ....

        return $bundles;
    }
```

Clear the cache and warmup the cache with the following two commands:

```
    ./bin/console cache:clear --no-warmup --env=prod
    ./bin/console cache:warmup  --env=prod
```

Go to the install tool and update the database. Then login into the back end.

### Contao Managed Edition

[](#contao-managed-edition)

**Without the awesome Contao Manager**

Run in your project folder the following Composer command to add the Team Bundle to your project:

```
    composer require wr/team-bundle
```

Clear the cache and warmup the cache with the following two commands:

```
    vendor/bin/contao-console cache:clear --no-warmup
    vendor/bin/contao-console cache:warmup
```

Go to the install tool and update the database. Then login into the back end.

**With the awesome Contao Manager**

1. Search in the Contao Manager search bar the bundle `wr/team-bundle` and click on the install button.
2. Go to the install tool and update the database. Then login into the back end.

Dependencies
------------

[](#dependencies)

- `php: ^7.0`
- `symfony/symfony: ^3.3`
- `contao/core-bundle: ^4.4`

Licence
-------

[](#licence)

The team bundle is published under the LGPLv3.

Documentation
-------------

[](#documentation)

Unfortunately, at the moment there is no documentation available. But we will fix this as soon as there is a stable version.

Contact/Support
---------------

[](#contactsupport)

For further information feel free and get in contact with us:

Donation
--------

[](#donation)

If you like our work feel free to donate.

There are many ways to donate to the project. The following list contains some possibilities:

- Contribute your code over pull requests.
- Test, test, test and feedback.
- Submit features or issues.
- Tell us a joke.
- [![Donate](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EHB7BYWLMPV7Y) You know that every coffee counts while coding:-)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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 ~87 days

Total

5

Last Release

2859d ago

Major Versions

0.0.3 → 1.0.0-alpha12018-05-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25795392?v=4)[Daniel Steuri](/maintainers/danielsteuri)[@danielsteuri](https://github.com/danielsteuri)

---

Top Contributors

[![breitsch](https://avatars.githubusercontent.com/u/2945559?v=4)](https://github.com/breitsch "breitsch (2 commits)")

---

Tags

contaoTeamcategoryemployees

### Embed Badge

![Health badge](/badges/wr-team-bundle/health.svg)

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

###  Alternatives

[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[madeyourday/contao-rocksolid-custom-elements

Create your own, nestable content elements using a modular system. End the WYSIWYG chaos with your own content elements.

50341.9k12](/packages/madeyourday-contao-rocksolid-custom-elements)[terminal42/contao-leads

Leads extension for Contao Open Source CMS; Store and manage form data with ease!

41167.9k10](/packages/terminal42-contao-leads)[sylius/taxonomy-bundle

Flexible categorization system for Symfony.

26388.2k7](/packages/sylius-taxonomy-bundle)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3183.3k6](/packages/codefog-contao-news-categories)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3172.5k4](/packages/terminal42-contao-node)

PHPackages © 2026

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