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(10y 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 2w ago

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 61% 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

3675d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[civicrm/civicrm-core

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

762297.9k52](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

65147.9k151](/packages/oat-sa-tao-core)

PHPackages © 2026

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