PHPackages                             vcian/pulse-docker-monitor - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. vcian/pulse-docker-monitor

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

vcian/pulse-docker-monitor
==========================

A Laravel Pulse card to show docker containers with CPU &amp; Memory Utilization

v1.0.0(2y ago)348.0k↓27.8%5[1 PRs](https://github.com/vcian/pulse-docker-monitor/pulls)MITBladePHP ^8.1

Since Jan 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vcian/pulse-docker-monitor)[ Packagist](https://packagist.org/packages/vcian/pulse-docker-monitor)[ Docs](https://github.com/vcian/pulse-docker-monitor)[ RSS](/packages/vcian-pulse-docker-monitor/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

[![Packagist License (custom server)](https://camo.githubusercontent.com/11de2a0492c23cc5afb157f9de62283a4494910c5e68f5ef282835511077ab5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f766369616e2f70756c73652d646f636b65722d6d6f6e69746f72)](https://camo.githubusercontent.com/11de2a0492c23cc5afb157f9de62283a4494910c5e68f5ef282835511077ab5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f766369616e2f70756c73652d646f636b65722d6d6f6e69746f72)[![Packagist Downloads (custom server)](https://camo.githubusercontent.com/0f0934abbd72a87dac47f209b13834353228bd8fe31924a5dc4725651c195255/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766369616e2f70756c73652d646f636b65722d6d6f6e69746f72)](https://camo.githubusercontent.com/0f0934abbd72a87dac47f209b13834353228bd8fe31924a5dc4725651c195255/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766369616e2f70756c73652d646f636b65722d6d6f6e69746f72)

Docker Monitor Card For Laravel Pulse
=====================================

[](#docker-monitor-card-for-laravel-pulse)

*About*

[](#about)

This card will monitor your docker containers and show container statistics with Cpu &amp; Memory Load.

[![Docker Monitor Card](art/card-ss-new.png)](art/card-ss-new.png)

 *Installation*

[](#-installation)

**Prerequisites**

 Please check the official laravel installation guide for server requirements before you start. [\[Official Documentation\]](https://laravel.com/docs/10.x/pulse)

**Require the package with Composer:**

```
composer require vcian/pulse-docker-monitor
```

**Next, you should publish the Pulse configuration and migration files using the vendor:publish Artisan command:**

```
php artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider"
```

**Next, you should run the migration for required tables**

```
php artisan migrate
```

Register the recorder

[](#register-the-recorder)

Right now, the Composer dependencies will only be checked once per day. To run the checks you must add the PulseDockerMonitorRecorder to the pulse.php file.

```
return [
    // ...

    'recorders' => [
+        \Vcian\Pulse\PulseDockerMonitor\Recorders\PulseDockerMonitorRecorder::class => [],
    ]
]
```

 You also need to be running the [pulse:check](https://laravel.com/docs/10.x/pulse#dashboard-cards) command.

Add to your dashboard

[](#add-to-your-dashboard)

To add the card to the Pulse dashboard, you must first [ \[publish the vendor view\] ](https://laravel.com/docs/10.x/pulse#dashboard-customization)

Then, you can modify the dashboard.blade.php file:

```

+

```

To make pulse recorders will automatically capture entries based on framework events dispatched by Laravel, You must run the below command.

```
php artisan pulse:check
```

 Security

[](#-security)

If you discover any security-related issues, please email ruchit.patel@viitor.cloud instead of using the issue tracker.

Credits

[](#credits)

- [All Contributors](../../contributors)

License

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.5% 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 ~0 days

Total

2

Last Release

865d ago

Major Versions

v0.1.0-beta → v1.0.02024-01-04

### Community

Maintainers

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

---

Top Contributors

[![sahildarji29](https://avatars.githubusercontent.com/u/30234093?v=4)](https://github.com/sahildarji29 "sahildarji29 (16 commits)")[![ruchit288](https://avatars.githubusercontent.com/u/28095255?v=4)](https://github.com/ruchit288 "ruchit288 (10 commits)")

---

Tags

dockerdocker-monitorlaravellaravel-pulsepulselaraveldockerpulselaravel-dockerpulse-docker

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/vcian-pulse-docker-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/vcian-pulse-docker-monitor/health.svg)](https://phpackages.com/packages/vcian-pulse-docker-monitor)
```

###  Alternatives

[ryoluo/sail-ssl

Laravel Sail plugin to enable SSL (HTTPS) connection with Nginx.

188672.6k2](/packages/ryoluo-sail-ssl)[corbosman/laravel-docker-secrets

Use Docker Swarm Secrets in your Laravel config files

1017.0k](/packages/corbosman-laravel-docker-secrets)

PHPackages © 2026

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