PHPackages                             rtmatt/rtclientdashboard - 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. rtmatt/rtclientdashboard

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

rtmatt/rtclientdashboard
========================

A dashboard to show monthly service usage for a client.

1.0.0(9y ago)01221CSS

Since Jul 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/rtmatt/rtclientdashboard)[ Packagist](https://packagist.org/packages/rtmatt/rtclientdashboard)[ RSS](/packages/rtmatt-rtclientdashboard/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (14)Used By (1)

Prerequisites
-------------

[](#prerequisites)

- Laravel App
- jQuery

Installation
------------

[](#installation)

### Via Composer

[](#via-composer)

```
composer require rtmatt/rtclientdashboard:^0.0.2 //:dev-master
```

### Add Service Provider

[](#add-service-provider)

in config/app.php providers array:

```
\RTMatt\MonthlyServiceClientDashboard\Providers\MonthlyServiceClientDashboardServiceProvider::class

```

Usage
-----

[](#usage)

### Add includes

[](#add-includes)

Within whatever file you want to show the dashboard, include the following:

```
 @include('rtclientdashboard::components.dashboard-component')

```

and in the layout file before the closing body tag, include the following:

```
@include('rtclientdashboard::partials.dashboard-scripts')

```

as well as the following within the head section:

```
@include('rtclientdashboard::partials.dashboard-styles')

```

\###Add credentials in your site's .env file:

```
DASHBOARD_API_NAME=xxx
DASHBOARD_API_KEY=xxx

```

### publish assets

[](#publish-assets)

```
php artisan vendor:publish --provider="RTMatt\MonthlyServiceClientDashboard\Providers\MonthlyServiceClientDashboardServiceProvider" --tag="public" --force

```

If you would like to make sure your public assets are always up-to-date, you can add this command to the post-update-cmd list in your composer.json file.

Configuration
-------------

[](#configuration)

```
DASHBOARD_API_URL //the base url for the API with which the dashboard talks
DASHBOARD_SUMMARY_API_ENDPOINT //the api endpoint where client service summaries live

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity70

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

Total

12

Last Release

3630d ago

Major Versions

0.0.4 → 1.0.0-alpha2016-07-17

### Community

Maintainers

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

---

Top Contributors

[![rtmatt](https://avatars.githubusercontent.com/u/12945032?v=4)](https://github.com/rtmatt "rtmatt (75 commits)")

### Embed Badge

![Health badge](/badges/rtmatt-rtclientdashboard/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1533.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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