PHPackages                             rtmatt/rtclientmanager - 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/rtclientmanager

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

rtmatt/rtclientmanager
======================

1.0.0(9y ago)045HTML

Since Jul 15Pushed 9y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (22)Used By (0)

\##Prerequisites:

- Laravel 5.\*
- Auth Routes and Users Set Up
- Correct Mail set up from the Mail::send facade

\##Installation

### Via Composer

[](#via-composer)

```
composer require rtmatt/rtclientmanager
```

\###Add Service Providers Note: you may need to add this before the route service provider to ensure the proper routes are registered

```
\RTMatt\MonthlyService\Providers\MonthlyServiceServiceProvider::class,
'Barryvdh\Cors\ServiceProvider',
```

\###Register middleware in app/http/kernel

```
'rtapi' => \RTMatt\MonthlyService\Middleware\RTAPIMiddleware::class

```

\###Publish Migrations

```
php artisan vendor:publish --provider="RTMatt\MonthlyService\Providers\MonthlyServiceServiceProvider" --tag="migrations"
```

### Run Migrations

[](#run-migrations)

```
php artisan migrate
```

\###Publish public assets

```
php artisan vendor:publish --provider="RTMatt\MonthlyService\Providers\MonthlyServiceServiceProvider" --tag="public"
```

\###Configure CORS

```
php artisan vendor:publish --provider="Barryvdh\Cors\ServiceProvider"

```

in config/cors.php

```
'supportsCredentials' => false,
    'allowedOrigins' => ['*'],
    'allowedHeaders' => ['*'],
    'allowedMethods' => ['POST'],
    'exposedHeaders' => [],
    'maxAge' => 0,
    'hosts' => [],
```

### Admin layout

[](#admin-layout)

Make you have the following in your admin layout:

- Bootstrap CSS (grid)
- jQuery

```

```

For the Priortity Alert Manager to Work, you Need bootstraps js

```

```

And add this before the closing body tag

```

```

### Configuration

[](#configuration)

You can publish configs with the following command

```
php artisan vendor:publish --provider="RTMatt\MonthlyService\Providers\MonthlyServiceServiceProvider" --tag="config"
```

Available .env Configs
----------------------

[](#available-env-configs)

```
RTDB_HOME_EMAIL_NAME=the name for PA email target
RTDB_HOME_EMAIL=the email address target for PA mail
RTDB_HOME_EMAIL_NAME_CC=the name for PA CC email target - null to turn off CC
RTDB_HOME_EMAIL_CC=the email address for PA CC email target - null to turn off CC
RTDB_ORIGIN_EMAIL_NAME=PA From email name
RTDB_ORIGIN_EMAIL=PA From email email address

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity72

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

Recently: every ~20 days

Total

19

Last Release

3553d ago

Major Versions

0.0.12 → v1.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 (129 commits)")

### Embed Badge

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

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

###  Alternatives

[learninglocker/learninglocker

The open source learning record store.

5813.0k](/packages/learninglocker-learninglocker)

PHPackages © 2026

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