PHPackages                             o-ba/custom\_dashboard\_widgets - 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. o-ba/custom\_dashboard\_widgets

ActiveTypo3-cms-extension[Admin Panels](/categories/admin)

o-ba/custom\_dashboard\_widgets
===============================

Set of custom widgets for the new dashboard module. Let's start creating your own!

1.3.0(3y ago)758.7k↓59.3%2[3 issues](https://github.com/o-ba/custom_dashboard_widgets/issues)[1 PRs](https://github.com/o-ba/custom_dashboard_widgets/pulls)GPL-3.0PHPPHP &gt;=8.0CI failing

Since Apr 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/o-ba/custom_dashboard_widgets)[ Packagist](https://packagist.org/packages/o-ba/custom_dashboard_widgets)[ RSS](/packages/o-ba-custom-dashboard-widgets/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (8)Dependencies (3)Versions (9)Used By (0)

TYPO3 Extension `custom_dashboard_widgets`
==========================================

[](#typo3-extension-custom_dashboard_widgets)

1. Introduction
---------------

[](#1-introduction)

This extension adds a set of widgets for the new dashboard module, available since TYPO3 v10.3.

It however only works with TYPO3 v10.4 and higher as the widget registration was [reworked](https://review.typo3.org/c/Packages/TYPO3.CMS/+/63563) in this release.

**Background**

This extensions evolves from [t3security\_news\_widget](https://github.com/o-ba/t3security_news_widget) which is outdated as it uses the old way to register widgets and was however already implemented as a [core](https://github.com/TYPO3/TYPO3.CMS) widget with this [patch](https://review.typo3.org/c/Packages/TYPO3.CMS/+/63397).

2. Installation
---------------

[](#2-installation)

#### Installation with Composer

[](#installation-with-composer)

If you are using a composer based TYPO3 project just run `composer require o-ba/custom_dashboard_widgets`.

#### Installation from TER (TYPO3 Extension Repository)

[](#installation-from-ter-typo3-extension-repository)

You can download and install the extension in the extension manager module or download the ZIP file from [typo3.org](https://extensions.typo3.org/extension/custom_dashboard_widgets)and upload it in the extension manager module.

**First steps**

After the installation switch to the dashboard module.

If you have not set any dashboard yet, TYPO3 will create two dashboards automatically, which are defined in the presets. The default dashboard, shipped by core and the custom dashboard including all custom widgets from this extension.

If you have already created some dashboards, simply create a new one by clicking the `+` button in the dashboard select tab bar and select `Custom dashboard.` in the wizard. This will create the same dashboard mentioned before with all widgets from this extension.

You can also add some custom widgets to already existing dashboards. This is explained in detail in the [official documentation](https://docs.typo3.org/c/typo3/cms-dashboard/master/en-us/).

3. Further notice
-----------------

[](#3-further-notice)

This extension is intended as an example extension for

- adding custom widgets (including custom templates, custom stylesheets, ...)
- adding custom data providers,
- adding custom button providers,
- extending core API classes,
- adding custom widget groups,
- adding custom dashboard presets,
- adding TSconfig presets for backend users,
- and some more ...

You can find more information in the [official documentation](https://docs.typo3.org/c/typo3/cms-dashboard/master/en-us/).

#### Important

[](#important)

The included widgets and data providers **don't** evaluate any permissions! Therefore most of the widgets shouldn't be activated for editors and only be used by admins.

### Included widgets

[](#included-widgets)

- `extensionInformation`: Simple information widget with a custom template using an extended button provider
- `failedSchedulerTasks`: Displays failed tasks and links to the module by using the extended button provider
- `recentlyCreatedPages`: Displays a defined number of recently created pages with an edit link
- `recentlyModifiedContent`: Displays a defined number of recently modified content with an edit link
- `localExtensions`: Displays the amount of 3rd party extensions in the installation
- `typeOfPages`: Doughnut chart showing amount of pages per page type
- `typeOfContent`: Bar chart showing amount of contet elements per content type
- `t3blog`: Listing of blog articles from [typo3.com](https://typo3.com/blog)
- `contribute`: Information widget with information on how to contribute

### Included DataProvider

[](#included-dataprovider)

- `ExtendedButtonProvider`: Extends the default button provider for an icon and the possibility to link to modules
- `FailedSchedulerTasksDataProvider`: A list data provider which fetches failed scheduler tasks
- `ListOfRecordsDataProvider`: Provides a list of records by a given table, limit and order
- `LocalExtensionsDataProvider`: Provides the number of local extensions present in the system
- `RecordsByTypeDataProvider`: Provides chart data containing the amount of records for each record type

### Extended API classes

[](#extended-api-classes)

- `WidgetApi`: Added a larger set of colors and a shuffle option

### Dependencies

[](#dependencies)

Following widgets require additional TYPO3 packages which are suggested while installing this extension via composer.

- `failedSchedulerTasks`: Requires `typo3/cms-scheduler`
- `localExtensions`: Requires `typo3/cms-extensionmanager`

The mentioned widgets are configured through `services.php` instead of `services.yaml` to only make them available if the required dependency is installed.

### Screenshots

[](#screenshots)

[![Custom Dashboard 1](Documentation/Images/Screenshot-1.png?raw=true "Custom Dashboard 1")](Documentation/Images/Screenshot-1.png?raw=true)[![Custom Dashboard 2](Documentation/Images/Screenshot-2.png?raw=true "Custom Dashboard 2")](Documentation/Images/Screenshot-2.png?raw=true)[![Custom Dashboard Selection](Documentation/Images/Screenshot-3.png?raw=true "Custom Dashboard Selection")](Documentation/Images/Screenshot-3.png?raw=true)

4. Credits
----------

[](#4-credits)

Icons used in this repository are made by [Freepik](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](http://www.flaticon.com)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance11

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 96.4% 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 ~167 days

Recently: every ~288 days

Total

8

Last Release

1097d ago

Major Versions

0.2.0 → 1.0.02020-04-20

PHP version history (2 changes)0.1.0PHP &gt;=7.2.0

1.3.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1bfc89c42d831e190c1023b69a614bbbc3fc261def8b5e462467d142eaa4d1a?d=identicon)[o-ba](/maintainers/o-ba)

---

Top Contributors

[![o-ba](https://avatars.githubusercontent.com/u/8812114?v=4)](https://github.com/o-ba "o-ba (27 commits)")[![bnf](https://avatars.githubusercontent.com/u/473155?v=4)](https://github.com/bnf "bnf (1 commits)")

---

Tags

dashboardtypo3typo3-cms-backendtypo3-cms-extensiontypo3-cms-integratortypo3-extensionTYPO3 CMS

### Embed Badge

![Health badge](/badges/o-ba-custom-dashboard-widgets/health.svg)

```
[![Health](https://phpackages.com/badges/o-ba-custom-dashboard-widgets/health.svg)](https://phpackages.com/packages/o-ba-custom-dashboard-widgets)
```

###  Alternatives

[friendsoftypo3/content-blocks

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

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

TYPO3 CMS Backend User - TYPO3 backend module Administration &gt; Users for managing backend users and groups.

179.2M140](/packages/typo3-cms-beuser)[typo3/cms-info

TYPO3 CMS Info - TYPO3 backend module for displaying information, such as a pagetree overview and localization information.

169.1M146](/packages/typo3-cms-info)[typo3/cms-adminpanel

TYPO3 CMS Admin Panel - The Admin Panel displays information about your site in the frontend and contains a range of metrics including debug and caching information.

115.7M66](/packages/typo3-cms-adminpanel)[felixnagel/t3extblog

A record based blog extension for TYPO3 CMS. Easy to use and packed with features (incl. comments, subscriptions for comments and posts, Wordpress like subscription manager, reasonable email sending in FE and BE, GDPR ready, BE modules, Dashboard widgets, RSS, Sitemap, ...). Flexible and powerful!

3522.8k](/packages/felixnagel-t3extblog)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

66338.4k10](/packages/derhansen-sf-event-mgt)

PHPackages © 2026

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