PHPackages                             sanatorium/dashboards - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sanatorium/dashboards

ActivePlatform-extension[Utility &amp; Helpers](/categories/utility)

sanatorium/dashboards
=====================

Dashboards extension for Cartalyst Platform

3.0.6(9y ago)01PHPPHP &gt;=5.4.0

Since May 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/rozklad/platform-dashboards)[ Packagist](https://packagist.org/packages/sanatorium/dashboards)[ RSS](/packages/sanatorium-dashboards/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (13)Used By (0)

sanatorium/dashboards
=====================

[](#sanatoriumdashboards)

Dashboards extension for Cartalyst Platform

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

[](#documentation)

### Register widget to dashboards

[](#register-widget-to-dashboards)

```
class SampleServiceProvider {

    public function boot()
    {
        $this->registerDashboardWidget();
    }

    /**
     * Register the dashboard widget "Visitors and Pageviews"
     * @throws ReflectionException
     */
    protected function registerDashboardWidget()
    {
        $this->app['sanatorium.dashboards.widgets']->registerService(
            'visitors_and_pageviews',                           // slug
            'Path\To\Class\DashboardVisitors'   	            // class
        );
    }

}

```

### Blade directive @dashboard

[](#blade-directive-dashboard)

#### Dashboard by slug

[](#dashboard-by-slug)

```
@dashboard('main')

```

Changelog
---------

[](#changelog)

Changelog not available.

Support
-------

[](#support)

Support not available.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

12

Last Release

3560d ago

Major Versions

0.1.5 → 3.02016-08-27

### Community

Maintainers

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

---

Top Contributors

[![rozklad](https://avatars.githubusercontent.com/u/3017167?v=4)](https://github.com/rozklad "rozklad (13 commits)")

---

Tags

laravelplatformextensioncartalystmadeinsane

### Embed Badge

![Health badge](/badges/sanatorium-dashboards/health.svg)

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

PHPackages © 2026

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