PHPackages                             prooph/link-dashboard - 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. prooph/link-dashboard

ActiveLibrary[Admin Panels](/categories/admin)

prooph/link-dashboard
=====================

Prooph LINK module that provides a dashboard view

v0.2.0(11y ago)161BSD-3-ClausePHPPHP &gt;=5.5

Since Mar 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/prooph/link-dashboard)[ Packagist](https://packagist.org/packages/prooph/link-dashboard)[ Docs](https://github.com/prooph/link-dashboard)[ RSS](/packages/prooph-link-dashboard/feed)WikiDiscussions master Synced 1mo ago

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

Prooph\\Link\\Dashboard
=======================

[](#proophlinkdashboard)

Dashboard module for [prooph LINK](https://github.com/prooph/link)

Widgets
=======

[](#widgets)

A standard prooph LINK application home screen is rendered by the dashboard module. The module overrides the `home` route of the application to point to the IndexController of the dashboard module. Other modules can register [WidgetController](https://github.com/prooph/link-dashboard/blob/master/src/Controller/AbstractWidgetController.php) via configuration. The IndexController loops through all registered WidgetController and calls the `widgetAction` which should return a [DashboardWidget](https://github.com/prooph/link-dashboard/blob/master/src/View/DashboardWidget.php). A typical module configuration to register a widget looks like the following:

```
//module.config.php of the link-app-core module
return [
    'prooph.link.dashboard' => [
        'system_config_widget' => [
            'controller' => 'Prooph\Link\Application\Controller\DashboardWidget', //Controller alias of WidgetController
            'order' => 101 //Order of the widget on the dashboard
        ]
    ],
    //...
];
```

Widget Groups
=============

[](#widget-groups)

to be defined ...

Support
=======

[](#support)

- Ask any questions on [prooph-users](https://groups.google.com/forum/?hl=de#!forum/prooph) google group.
- File issues at .

Contribution
============

[](#contribution)

You wanna help us? Great! We appreciate any help, be it on implementation level, UI improvements, testing, donation or simply trying out the system and give us feedback. Just leave us a note in our google group linked above and we can discuss further steps.

Thanks, your prooph team

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

3

Last Release

4026d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7341005?v=4)[prooph](/maintainers/prooph)[@prooph](https://github.com/prooph)

---

Tags

modulezf2dashboardproophprooph LINK

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/prooph-link-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/prooph-link-dashboard/health.svg)](https://phpackages.com/packages/prooph-link-dashboard)
```

###  Alternatives

[unclecheese/dashboard

Adds a dashboard to the SilverStripe CMS

4742.3k1](/packages/unclecheese-dashboard)[cgm/config-admin

ZF2 module for easy administration of application settings

272.6k](/packages/cgm-config-admin)

PHPackages © 2026

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