PHPackages                             numero2/contao-churchdesk - 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-churchdesk

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

numero2/contao-churchdesk
=========================

Import news and events from ChurchDesk into Contao

2.0.1(1y ago)032[2 issues](https://github.com/numero2/contao-churchdesk/issues)LGPL-3.0+PHP

Since Jan 25Pushed 1y ago4 watchersCompare

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

READMEChangelog (3)Dependencies (18)Versions (4)Used By (0)

Contao ChurchDesk Bundle
========================

[](#contao-churchdesk-bundle)

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

About
-----

[](#about)

Import news and events from [ChurchDesk](https://www.churchdesk.com/) as news into Contao.

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

[](#system-requirements)

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

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

[](#installation)

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

Configuration
-------------

[](#configuration)

- Enter credentials in the `config.yaml````
    church_desk:
        api:
            organization_id: 123
            partner_token: 'abc'
    ```
- Configure the event calendar and or news archive

Events
------

[](#events)

By default the bundle only imports certain information from ChurchDesk. If you need more data you can import them on your own using the `contao.churchdesk_import_entry` event:

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

use numero2\ChurchDeskBundle\Event\ChurchDeskEvents;
use numero2\ChurchDeskBundle\Event\ImportEntryEvent;
use Symfony\Component\EventDispatcher\Attribute\AsEventListener;

#[AsEventListener(ChurchDeskEvents::IMPORT_ENTRY)]
class ChurchDeskImportEntryListener {

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

Console Commands
----------------

[](#console-commands)

An automatic import of all events and blog entries can be started via the command `vendor/bin/contao-console contao:churchdesk:import`.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance47

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

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

Total

3

Last Release

399d ago

Major Versions

1.0.0 → 2.0.02025-02-28

### Community

Maintainers

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

---

Top Contributors

[![michb](https://avatars.githubusercontent.com/u/17873830?v=4)](https://github.com/michb "michb (12 commits)")

### Embed Badge

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

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

###  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)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[contao/core-bundle

Contao Open Source CMS

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

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)

PHPackages © 2026

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