{"id":28543945,"url":"https://github.com/prooph/link-dashboard","last_synced_at":"2025-08-11T21:04:54.688Z","repository":{"id":27948760,"uuid":"31441439","full_name":"prooph/link-dashboard","owner":"prooph","description":"Dashboard module for prooph LINK","archived":false,"fork":false,"pushed_at":"2015-05-10T13:01:27.000Z","size":244,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T09:46:07.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prooph.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-27T22:12:44.000Z","updated_at":"2015-05-23T13:06:49.000Z","dependencies_parsed_at":"2022-08-24T03:40:13.539Z","dependency_job_id":null,"html_url":"https://github.com/prooph/link-dashboard","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/prooph/link-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Flink-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Flink-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Flink-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Flink-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prooph","download_url":"https://codeload.github.com/prooph/link-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prooph%2Flink-dashboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269956177,"owners_count":24503116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-09T22:06:21.407Z","updated_at":"2025-08-11T21:04:54.680Z","avatar_url":"https://github.com/prooph.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Prooph\\Link\\Dashboard\n=====================\nDashboard module for [prooph LINK](https://github.com/prooph/link)\n\n# Widgets\nA 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).\nA typical module configuration to register a widget looks like the following:\n\n```php\n//module.config.php of the link-app-core module\nreturn [\n    'prooph.link.dashboard' =\u003e [\n        'system_config_widget' =\u003e [\n            'controller' =\u003e 'Prooph\\Link\\Application\\Controller\\DashboardWidget', //Controller alias of WidgetController\n            'order' =\u003e 101 //Order of the widget on the dashboard\n        ]\n    ],\n    //...\n];\n```\n\n# Widget Groups\nto be defined ...\n\n# Support\n\n- Ask any questions on [prooph-users](https://groups.google.com/forum/?hl=de#!forum/prooph) google group.\n- File issues at [https://github.com/prooph/link-dashboard/issues](https://github.com/prooph/link-dashboard/issues).\n\n# Contribution\n\nYou wanna help us? Great!\nWe appreciate any help, be it on implementation level, UI improvements, testing, donation or simply trying out the system and give us feedback.\nJust leave us a note in our google group linked above and we can discuss further steps.\n\nThanks,\nyour prooph team\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprooph%2Flink-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprooph%2Flink-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprooph%2Flink-dashboard/lists"}