PHPackages                             grafite/mission-control - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. grafite/mission-control

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

grafite/mission-control
=======================

The PHP agnostic package for Mission Control (Grafite Inc)

v3.3.3(1y ago)05.6k↓30%11MITPHPPHP &gt;=7.3|&gt;=8.0CI failing

Since Aug 23Pushed 1y agoCompare

[ Source](https://github.com/GrafiteInc/Mission-Control-Package)[ Packagist](https://packagist.org/packages/grafite/mission-control)[ RSS](/packages/grafite-mission-control/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (10)Versions (46)Used By (1)

Mission Control PHP Package
===========================

[](#mission-control-php-package)

[![Build Status](https://github.com/GrafiteInc/Mission-Control-Package/workflows/PHP%20Package%20Tests/badge.svg?branch=main)](https://github.com/GrafiteInc/Mission-Control-Package/actions?query=workflow%3A%22PHP+Package+Tests%22)[![Packagist](https://camo.githubusercontent.com/a6c7c16c8759d14752bc7209033ee143bb9f4295db4d111fa8bfd841ed8802b8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f677261666974652f6d697373696f6e2d636f6e74726f6c2e737667)](https://packagist.org/packages/grafite/mission-control)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/grafite/mission-control-package)

**Mission Control PHP Package** - Send data to Grafite's Mission Control system to stay in control of your applications.

Grafite's Mission Control is an elegant Application Performance Management system. Forget being inundated with hundreds of charts and complex configurations for CMS websites, custom E-commerce platforms etc. Utilize the simple user interface, with specific data for high demand moments. Get notifications within minutes of your system being overloaded, or high levels of errors being triggered. Set it up in less than 5 minutes with your next deployment, and take back your weekends.

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

[](#requirements)

1. PHP 7.3+

### Composer

[](#composer)

```
composer require grafite/mission-control
```

### IssueService

[](#issueservice)

IssueService lets you peak into your exceptions or any tagged messages you'd like to track. You can do so using the following methods:

```
use Grafite\MissionControl\IssueService;

try {
    // do some code
} catch (Exception $e) {
    $issueService = new IssueService('{API Token}', '{Project Key}');
    $issueService->exception($e);
}

```

Or if you just want to flag an potential issue or concern in your applicaiton:

```
use Grafite\MissionControl\IssueService;

$issueService = new IssueService('{API Token}', '{Project Key}');
$issueService->log('Anything you want to say goes here', 'tag');

```

##### Tags

[](#tags)

Tags can be any terminology you want, to help sort through your issues.

### NotifyService

[](#notifyservice)

You can easily give yourself tagged notifications for your applications through this handy service.

```
use Grafite\MissionControl\NotifyService;

(new NotifyService('{API Token}', '{Project Key}'))->send('This is a title', 'info', 'This is a custom message');

```

### JavaScriptService

[](#javascriptservice)

Want to get notified when users have JavaScript issues, just place this at the end of your scripts in your app templates.

```
echo (new Grafite\MissionControl\JavaScriptService($uuid, $key))->render();

```

### PerformanceService

[](#performanceservice)

Add this cron job to enable PerformanceService which scans your system to report back to mission control the state of your server.

```
*/5 * * * * /{app-path}/vendor/bin/performance {API token}

```

License
-------

[](#license)

Mission Control PHP Package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

### Bug Reporting and Feature Requests

[](#bug-reporting-and-feature-requests)

Please add as many details as possible regarding submission of issues and feature requests

### Disclaimer

[](#disclaimer)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance50

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

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

Recently: every ~106 days

Total

44

Last Release

366d ago

Major Versions

v1.0.13 → v2.0.02021-03-24

v2.12.0 → v3.0.02023-04-02

PHP version history (4 changes)v1.0.0PHP &gt;=5.6.4

v1.0.2PHP &gt;=7.1

v2.0.0PHP &gt;=7.3

v2.4.0PHP &gt;=7.3|&gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/81d026d950739c978b844ac79e6b454e7fedc95ceffdcc4da09893c2497c7255?d=identicon)[mlantz](/maintainers/mlantz)

---

Top Contributors

[![mlantz](https://avatars.githubusercontent.com/u/1065551?v=4)](https://github.com/mlantz "mlantz (124 commits)")

---

Tags

error-handlingerror-loggingmission-controlnotificationsphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/grafite-mission-control/health.svg)

```
[![Health](https://phpackages.com/badges/grafite-mission-control/health.svg)](https://phpackages.com/packages/grafite-mission-control)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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