PHPackages                             digedag/cfc-league-fe - 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. digedag/cfc-league-fe

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

digedag/cfc-league-fe
=====================

TYPO3 extension to manage sports competitions and clubs.

v1.12.0(4mo ago)32.0k5[13 issues](https://github.com/digedag/cfc_league_fe/issues)2GPL-2.0-or-laterPHPCI passing

Since Jan 4Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/digedag/cfc_league_fe)[ Packagist](https://packagist.org/packages/digedag/cfc-league-fe)[ Docs](http://www.system25.de/)[ RSS](/packages/digedag-cfc-league-fe/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (49)Used By (2)

T3sports Frontend
=================

[](#t3sports-frontend)

[![TYPO3 compatibility](https://camo.githubusercontent.com/3f59a45aa67693d20478d562e9b0aa885f9385360dd3c57eee48922ac69f10d4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31302e3425323025374325323031312e3525323025374325323031322e3425323025374325323031332e342d3963663f6d61784167653d33363030267374796c653d666c61742d737175617265266c6f676f3d7479706f33)](https://camo.githubusercontent.com/3f59a45aa67693d20478d562e9b0aa885f9385360dd3c57eee48922ac69f10d4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31302e3425323025374325323031312e3525323025374325323031322e3425323025374325323031332e342d3963663f6d61784167653d33363030267374796c653d666c61742d737175617265266c6f676f3d7479706f33)[![](ext_icon.svg)](https://github.com/digedag/cfc_league_fe)[![Latest Stable Version](https://camo.githubusercontent.com/b546498934ae7a4edd29e26730056bb09526933c0bfbeffa61da11c7d2f8a3f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646967656461672f6366632d6c65616775652d66652e7376673f6d61784167653d33363030)](https://packagist.org/packages/digedag/cfc-league-fe)[![Total Downloads](https://camo.githubusercontent.com/8ad3fb478fcb173f3c00e3b6744f69f7708ff4f54d8ca53d2852471e83845bc6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646967656461672f6366632d6c65616775652d66652e7376673f6d61784167653d33363030)](https://packagist.org/packages/digedag/cfc-league-fe)[![Code Style](https://github.com/digedag/cfc_league_fe/actions/workflows/php.yaml/badge.svg)](https://github.com/digedag/cfc_league_fe/actions/workflows/php.yaml)[![License](https://camo.githubusercontent.com/2a609bb19d75c16418474d1111e7d846ebef9f694676b81198e012e1780070d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f646967656461672f6366632d6c65616775652d66652e7376673f6d61784167653d33363030)](https://packagist.org/packages/digedag/cfc-league-fe)[![Follow @T3sports1](https://camo.githubusercontent.com/83173d99509e24b9b3951f3e1162ed52ce8f392885f46e75a8bc44e2bad29f83/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f543373706f727473312e7376673f6c6162656c3d466f6c6c6f7725323040543373706f72747331)](https://twitter.com/intent/follow?screen_name=T3sports1)[CHANGELOG](CHANGELOG.md)

Extensive extension for Content Management System TYPO3 to manage sportclubs and competitions. This part of T3sports contains the frontend plugins to show score tables, match reports, player archives...

T3sports is the most extensive extension for sports management for CMS TYPO3. It is used by many well known clubs in Germany, Austria and Switzerland.

**Keep update to date**It is **not** recommended to use the TER to install this extension, since there are only rare updates into TER. You should better install and update from this Github repo. There are three ways to do this:

1. Use composer

Add these entries to your composer.json

```
	"require": {
	  "digedag/rn-base": "*",
	  "digedag/cfc-league": "*@dev-master",
	  "digedag/cfc-league-fe": "*@dev-master",
```

Run composer update:

```
composer update --prefer-dist digedag/cfc-league-fe
```

2. Manual checkout from Github

You can clone the source from Github into directory **typo3conf/ext**.

```
cd typo3conf/ext
git clone https://github.com/digedag/cfc_league_fe.git
```

To pull latest changes:

```
cd typo3conf/ext/cfc_league_fe
git pull
```

3. Update with a script

```
#!/bin/bash
array=( rn_base cfc_league cfc_league_fe )
for i in "${array[@]}"
do
        wget -O $i.zip https://github.com/digedag/$i/archive/master.zip
        rm -rf $i
        unzip $i.zip
        mv $i-master $i
        rm $i.zip
done
```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance59

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 95.1% 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 ~149 days

Recently: every ~222 days

Total

23

Last Release

144d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/965877?v=4)[René Nitzsche](/maintainers/digedag)[@digedag](https://github.com/digedag)

---

Top Contributors

[![digedag](https://avatars.githubusercontent.com/u/965877?v=4)](https://github.com/digedag "digedag (368 commits)")[![mario-naether](https://avatars.githubusercontent.com/u/1803746?v=4)](https://github.com/mario-naether "mario-naether (13 commits)")[![derhecht](https://avatars.githubusercontent.com/u/869755?v=4)](https://github.com/derhecht "derhecht (3 commits)")[![stemeda](https://avatars.githubusercontent.com/u/15015757?v=4)](https://github.com/stemeda "stemeda (2 commits)")[![bastians](https://avatars.githubusercontent.com/u/863722?v=4)](https://github.com/bastians "bastians (1 commits)")

---

Tags

mvcTYPO3 CMSsportsfootball

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/digedag-cfc-league-fe/health.svg)

```
[![Health](https://phpackages.com/badges/digedag-cfc-league-fe/health.svg)](https://phpackages.com/packages/digedag-cfc-league-fe)
```

###  Alternatives

[derhansen/sf_event_mgt

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/packages/derhansen-sf-event-mgt)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

33584.6k13](/packages/brotkrueml-schema)[causal/extractor

This extension detects and extracts metadata (EXIF / IPTC / XMP / ...) from potentially thousand different file types (such as MS Word/Powerpoint/Excel documents, PDF and images) and bring them automatically and natively to TYPO3 when uploading assets. Works with built-in PHP functions but takes advantage of Apache Tika and other external tools for enhanced metadata extraction.

16244.5k](/packages/causal-extractor)[jweiland/events2

Events 2 - Create single and recurring events

2062.4k2](/packages/jweiland-events2)[mfd/ai-filemetadata

Automatically generates FAL metadata for files by means of public LLMs

1142.1k](/packages/mfd-ai-filemetadata)

PHPackages © 2026

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