PHPackages                             code711/code711-housekeeping - 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. code711/code711-housekeeping

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

code711/code711-housekeeping
============================

Keep track of your TYPO3 versions by checking your git-repositories (gitlab for now). You can then see the results on your TYPO3 Dashboard. It is of course checked against the currently available latest TYPO3 version, keeping you updated on what needs to be updated.

4.0.4(2mo ago)1151MITPHPPHP ^8.1

Since Mar 22Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/codeseveneleven/code711-housekeeping)[ Packagist](https://packagist.org/packages/code711/code711-housekeeping)[ RSS](/packages/code711-code711-housekeeping/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (21)Versions (30)Used By (0)

Code711 Housekeeping
====================

[](#code711-housekeeping)

[![Latest Stable Version](https://camo.githubusercontent.com/3276cd00a5f666b1c4bc88c0ca4198943578793546ab4bb92ea31092a3af8fa2/68747470733a2f2f706f7365722e707567782e6f72672f636f64653731312f636f64653731312d686f7573656b656570696e672f762f737461626c652e737667)](https://extensions.typo3.org/extension/code711_housekeeping/)[![TYPO3 12](https://camo.githubusercontent.com/08afacc49187e63c796f7d1c4401d0f0563bab574d9c525312b2827acb09a7c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31322d6f72616e67652e737667)](https://get.typo3.org/version/12)[![Total Downloads](https://camo.githubusercontent.com/7f7f36f48705cb891ef6c1d6580d931c1d3283b67873d556b5d29dac3348fb8d/68747470733a2f2f706f7365722e707567782e6f72672f636f64653731312f636f64653731312d686f7573656b656570696e672f642f746f74616c2e737667)](https://packagist.org/packages/code711/code711-housekeeping)[![Monthly Downloads](https://camo.githubusercontent.com/063ec2c8bd1a91c16f7409dd42aea07a439e48b957054c46e4969fff4fa847e0/68747470733a2f2f706f7365722e707567782e6f72672f636f64653731312f636f64653731312d686f7573656b656570696e672f642f6d6f6e74686c79)](https://packagist.org/packages/code711/code711-housekeeping)

Keep track of your TYPO3 versions by checking your git-repositories (gitlab for now). You can then see the results on your TYPO3 Dashboard. It is of course checked against the currently available latest TYPO3 version, keeping you updated on what needs to be updated.

**Note that this version no longer supports API calls with the code711\_api extension. Use the 2.x version instead which is also available for TYPO3 12.x.**

You need for this:

- Install extension code711\_housekeeping
- Add your groups and projects as records
- Configure and add your project widget to the dashboard

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

[](#installation)

Install it via `composer req code711/code711-housekeeping`.

Activate the extension.

Groups and projects
-------------------

[](#groups-and-projects)

Add a new record `Housekeeping: Project` in list module.

FieldPurposeExampleAuto updatetitleDisplays in dashboardMy projectnourlOnly needed as previewnogiturlTo check against your githttps://\[githost\]/\[group\]/\[project\]nogittokenPersonal access tokenxxxnoversionCurrent project version12.4.4yeslatestCurrent TYPO3 Version (for major of above)12.4.4yestypetype of last releasesecurityyeseltslast release is elts1yesseveritycolor class in dashboardbg-greenyesgroupoptional groupMy groupnoOptionally you can also add one or more `Housekeeping: Group` to group your projects in different responsibilities or views.

FieldPurposeExampletitleDisplays in project recordMy groupcodeConfigure available groups in dashboardmygroup### Auto update

[](#auto-update)

With this feature it is possible to fetch the fields marked in the above table when saving a project record.

**Auto update is available when**:

- You have a GIT repository with personal access token available

Configure dashboard
-------------------

[](#configure-dashboard)

The widget is available right away but you might like to override it with some custom values. Or even copy the hole widget configuration to add another one with different options.

An example to override just some values could look like this:

```
services:
    dashboard.widget.projects:
        class: 'Code711\Code711Housekeeping\Widgets\ProjectsWidget'
        arguments:
            $options:
                groups:
                    - mygroupx
                    - mygroupy
                sorting:
                    - 'severity desc'
                    - 'version asc'
                    - 'title asc'
        tags:
            - name: dashboard.widget
              identifier: 'projects'
              groupNames: 'general'
              title: 'My own widget title'
              description: 'LLL:EXT:code711_housekeeping/Resources/Private/Language/locallang.xlf:widgets.projects.description'
              iconIdentifier: 'content-widget-text'
              height: 'large'
              width: 'large'
```

Remember to clear the cache in the install tool when changing `Service.yaml`.

### Groups

[](#groups)

Using option groups you are able to pick projects of a special group.

### Sorting

[](#sorting)

All project fields are **sortable** for dashboard view. Has to be `fieldname order` each.

Changelog
---------

[](#changelog)

### 4.0.1

[](#401)

- \[TASK\] update documentation

### 4.0.0

[](#400)

- \[TASK\] updates for v13

### 3.4.0

[](#340)

- \[FEATURE\] add new widget for extensions
- \[FEATURE\] add new widgets php version
- \[TASK\] update licence header
- \[TASK\] add licence + update readme
- \[FEATURE\] add php version to dashboard

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance85

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 89.2% 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 ~45 days

Recently: every ~16 days

Total

26

Last Release

78d ago

Major Versions

1.0.0 → 2.0.02023-03-23

2.2.0 → 3.0.02023-07-25

3.4.0 → 4.0.02026-02-11

PHP version history (2 changes)3.3.1PHP 8.0.\*||8.1.\*||8.2.\*

4.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/35fe42b338d9a56b03685815a4d6b198d7d78be7d75859f0e8978c88f4605afe?d=identicon)[code711](/maintainers/code711)

---

Top Contributors

[![pottmar12bis3](https://avatars.githubusercontent.com/u/75417075?v=4)](https://github.com/pottmar12bis3 "pottmar12bis3 (33 commits)")[![foppelfb](https://avatars.githubusercontent.com/u/7147768?v=4)](https://github.com/foppelfb "foppelfb (4 commits)")

### Embed Badge

![Health badge](/badges/code711-code711-housekeeping/health.svg)

```
[![Health](https://phpackages.com/badges/code711-code711-housekeeping/health.svg)](https://phpackages.com/packages/code711-code711-housekeeping)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106760.3k33](/packages/typo3-cms-styleguide)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[typo3/cms-install

TYPO3 CMS Install Tool - The Install Tool is used for installation, upgrade, system administration and setup tasks.

1812.3M495](/packages/typo3-cms-install)[typo3/cms-rte-ckeditor

TYPO3 CMS RTE CKEditor - Integration of CKEditor as a Rich Text Editor for the TYPO3 backend.

199.3M235](/packages/typo3-cms-rte-ckeditor)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.4M80](/packages/typo3-cms-redirects)

PHPackages © 2026

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