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

ActiveCakephp-plugin[Admin Panels](/categories/admin)

gourmet/dashboard
=================

Dashboard plugin for CakePHP 3

0.2.0(11y ago)18345[3 issues](https://github.com/gourmet/dashboard/issues)MITCSS

Since Sep 30Pushed 11y ago5 watchersCompare

[ Source](https://github.com/gourmet/dashboard)[ Packagist](https://packagist.org/packages/gourmet/dashboard)[ Docs](http://github.com/gourmet/dashboard)[ RSS](/packages/gourmet-dashboard/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (4)Used By (0)

Dashboard for CakePHP
=====================

[](#dashboard-for-cakephp)

Build beautiful dashboards for your cakes!

**This is an unstable repository and should be treated as an alpha.**

[![sample](https://camo.githubusercontent.com/0c172cb1c612fae72b8ea7a31f7c7ed5cba0c4eb6720d44e4ce527e3a3518bd4/687474703a2f2f63646e2e6d616b65616769662e636f6d2f6d656469612f392d33302d323031342f353433566b432e676966)](https://camo.githubusercontent.com/0c172cb1c612fae72b8ea7a31f7c7ed5cba0c4eb6720d44e4ce527e3a3518bd4/687474703a2f2f63646e2e6d616b65616769662e636f6d2f6d656469612f392d33302d323031342f353433566b432e676966)

Requirements
------------

[](#requirements)

- CakePHP 3.0.0 or greater.
- PHP 5.4.16 or greater
- SQLite or another database driver that CakePHP can talk to (defaults to SQLite).

Install
-------

[](#install)

```
composer require gourmet/dashboard:*

```

or by adding this package to your project's `composer.json`:

```
"require": {
	"gourmet/dashboard": "*"
}

```

Now, enable the plugin in your `bootstrap.php` (including bootstrap and routes):

```
Plugin::load('Gourmet/Dashboard', ['bootstrap' => true, 'routes' => true]);

```

You will also need to symlink the assets:

FromTo`plugins/Gourmet/Dashboard/webroot/assets/dashboard.css``webroot/assets/dashboard.css``plugins/Gourmet/Dashboard/webroot/assets/dashboard.js``webroot/assets/dashboard.js``plugins/Gourmet/Dashboard/webroot/font``webroot/font/dashboard`To preview the sample dashboard, you will need to also copy some sample widgets to your app:

FromTo`plugins/Gourmet/Dashboard/samples``src/DashboardWidget`That's it! You can now access the sample dashboard at:

Documentation
-------------

[](#documentation)

### Database Configuration

[](#database-configuration)

By default, Dashboard will store event data into a SQLite database in your application's `tmp` directory. If you cannot install pdo\_sqlite, you can configure Dashboard to use a different database by defining a `gourmet_dashboard` connecting in your `config/app.php` file.

### Widgets

[](#widgets)

#### Built-in Widgets

[](#built-in-widgets)

There are several built-in widgets, they are:

- Clock
- Comments
- Graph
- Iframe
- Image
- List
- Meter
- Number
- Text

### Configuration

[](#configuration)

There is no configuration at this time. Options will be coming soon.

### Developing Your Own Widgets

[](#developing-your-own-widgets)

You can create your own custom widgets for Gourmet/Dashboard. Until this is better documented, please refer to the sample widgets included.

Credits
-------

[](#credits)

- [Shopify/dashing](https://github.com/shopify/dashing/) - the Sinatra application this plugin replicates
- [cakephp/debug\_kit](https://github.com/cakephp/debug_kit/) - the SQLite implementation

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

3

Last Release

4291d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ccb57ae849b67ade8d9c1e266bc2868183bbcf07fb6c66c2d45254a452272d54?d=identicon)[jadb](/maintainers/jadb)

---

Top Contributors

[![jadb](https://avatars.githubusercontent.com/u/33527?v=4)](https://github.com/jadb "jadb (15 commits)")

---

Tags

cakephpdashboard

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.2k](/packages/bedita-manager)[cakephp/debug_kit

CakePHP Debug Kit

86314.7M171](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

36199.6k2](/packages/dereuromark-cakephp-setup)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M44](/packages/dereuromark-cakephp-ide-helper)

PHPackages © 2026

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