{"id":15650885,"url":"https://github.com/cornernote/yii2-dashboard","last_synced_at":"2025-07-18T16:02:31.751Z","repository":{"id":34587953,"uuid":"38535081","full_name":"cornernote/yii2-dashboard","owner":"cornernote","description":"Create and manage dashboards using custom layouts and panels.","archived":false,"fork":false,"pushed_at":"2017-11-30T00:22:52.000Z","size":151,"stargazers_count":34,"open_issues_count":5,"forks_count":10,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-07-08T18:19:08.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cornernote.github.io/yii2-dashboard/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cornernote.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-04T13:41:00.000Z","updated_at":"2023-08-22T02:59:41.000Z","dependencies_parsed_at":"2022-08-28T10:51:37.009Z","dependency_job_id":null,"html_url":"https://github.com/cornernote/yii2-dashboard","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cornernote/yii2-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fyii2-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fyii2-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fyii2-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fyii2-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cornernote","download_url":"https://codeload.github.com/cornernote/yii2-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornernote%2Fyii2-dashboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265791382,"owners_count":23829159,"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","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":"2024-10-03T12:36:10.591Z","updated_at":"2025-07-18T16:02:31.735Z","avatar_url":"https://github.com/cornernote.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yii2 Dashboard\n\n[![Latest Version](https://img.shields.io/github/tag/cornernote/yii2-dashboard.svg?style=flat-square\u0026label=release)](https://github.com/cornernote/yii2-dashboard/tags)\n[![Software License](https://img.shields.io/badge/license-BSD-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Build Status](https://img.shields.io/travis/cornernote/yii2-dashboard/master.svg?style=flat-square)](https://travis-ci.org/cornernote/yii2-dashboard)\n[![HHVM](https://img.shields.io/hhvm/cornernote/yii2-dashboard.svg?style=flat-square)](http://hhvm.h4cc.de/package/cornernote/yii2-dashboard)\n[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/cornernote/yii2-dashboard.svg?style=flat-square)](https://scrutinizer-ci.com/g/cornernote/yii2-dashboard/code-structure)\n[![Quality Score](https://img.shields.io/scrutinizer/g/cornernote/yii2-dashboard.svg?style=flat-square)](https://scrutinizer-ci.com/g/cornernote/yii2-dashboard)\n[![Total Downloads](https://img.shields.io/packagist/dt/cornernote/yii2-dashboard.svg?style=flat-square)](https://packagist.org/packages/cornernote/yii2-dashboard)\n[![Yii2 Framework](https://img.shields.io/badge/extension-Yii2_Framework-green.svg?style=flat-square)](http://www.yiiframework.com/extension/yii2-dashboard)\n\nYii2 Dashboard is a module that allows you to create and manage dashboards using custom layouts and panels.\n\n\n## Features\n\n* Create custom [layouts](http://cornernote.github.io/yii2-dashboard/docs/layouts/) with regions where panels can be placed.\n* Create custom [panels](http://cornernote.github.io/yii2-dashboard/docs/panels/) to display your data inside a layout region.\n* Drag-and-drop interface to rearrange panels inside a layout.\n\n\n## Documentation\n\nGetting started? Try the [Installation Guide](https://cornernote.github.io/yii2-dashboard/docs/installation/).  You will find further information in the [Documentation](https://cornernote.github.io/yii2-dashboard/docs/).\n\nFor changes since the last version see the [Changelog](https://github.com/cornernote/yii2-dashboard/blob/master/CHANGELOG.md).\n\n## Config\n\n```php\n\u003c?php\n$config = [\n    'modules' =\u003e [\n        'dashboard' =\u003e [\n            'class' =\u003e 'cornernote\\dashboard\\Module',\n            'layouts' =\u003e [\n                'default' =\u003e 'cornernote\\dashboard\\layouts\\DefaultLayout',\n                'example' =\u003e 'tests\\app\\dashboard\\layouts\\ExampleLayout',\n            ],\n\t\t\t'updateRoles' =\u003e ['dashboardAdmin'],\n            'panels' =\u003e [\n                'example' =\u003e [\n\t\t\t\t\t'class' =\u003e 'app\\dashboard\\panels\\ExamplePanel',\n\t\t\t\t\t'allowRules =\u003e ['exampleRule'],\t\n\t\t\t\t],\n            ],\n            'dashboards' =\u003e [\n                'dashboard first' =\u003e [\n\t\t\t\t\t'viewRoles =\u003e ['firstRule'],\t\n\t\t\t\t],\n            ],\n        ],\n    ],\n];\n```\n\n\n## Screenshots\n\n![Dashboard View](https://cloud.githubusercontent.com/assets/51875/8636670/21febed6-28ae-11e5-8fc7-dc57e5bbc422.png)\n\nMore images are available from the [Screenshots](https://cornernote.github.io/yii2-dashboard/screenshots/) page.\n\n\n## Contributing\n\nContributions are welcome.  Please refer to the [contributing guidelines](CONTRIBUTING.md).\n\nThanks to [everyone who has contributed](CREDITS.md).\n\n\n## Project Resources\n\n* [Project Homepage](https://cornernote.github.io/yii2-dashboard)\n* [Live Demo](http://yii2-dashboard.herokuapp.com/)\n* [GitHub Project](https://github.com/cornernote/yii2-dashboard)\n* [Yii2 Extension](http://www.yiiframework.com/extension/yii2-dashboard)\n* [Packagist Package](https://packagist.org/packages/cornernote/yii2-dashboard)\n* [Travis CI Testing](https://travis-ci.org/cornernote/yii2-dashboard)\n* [Scrutinizer CI Code Quality](https://scrutinizer-ci.com/g/cornernote/yii2-dashboard)\n\n\n## License\n\nBSD-3 - Please refer to the [license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornernote%2Fyii2-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcornernote%2Fyii2-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornernote%2Fyii2-dashboard/lists"}