PHPackages                             geowrgetudor/command-history - 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. [CLI &amp; Console](/categories/cli)
4. /
5. geowrgetudor/command-history

ActiveLibrary[CLI &amp; Console](/categories/cli)

geowrgetudor/command-history
============================

Track Laravel Artisan commands executions inside Laravel Pulse

1.2(2y ago)1324.6k↓86.8%[3 PRs](https://github.com/geowrgetudor/command-history/pulls)MITPHPPHP ^8.1|^8.2|^8.3CI passing

Since Dec 6Pushed 1w ago1 watchersCompare

[ Source](https://github.com/geowrgetudor/command-history)[ Packagist](https://packagist.org/packages/geowrgetudor/command-history)[ Docs](https://github.com/geowrgetudor/command-history)[ RSS](/packages/geowrgetudor-command-history/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (9)Versions (8)Used By (0)

[![Artisan command history for Laravel Pulse](/command-history.png)](/command-history.png)

Artisan command history for Laravel Pulse
=========================================

[](#artisan-command-history-for-laravel-pulse)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ed6890aa007c75b541f7308352ec33f9d72d0fc13667a5a4a1b98fb9beb599e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67656f777267657475646f722f636f6d6d616e642d686973746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/geowrgetudor/command-history)[![GitHub Tests Action Status](https://camo.githubusercontent.com/432f4851d593cecb90cab07b7feb6dabf6e7a76f37ae147fd5d11f4e0ef9dba7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f67656f777267657475646f722f636f6d6d616e642d686973746f72792f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/geowrgetudor/command-history/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/dd5ecc400a9bbd2cc5b0d5c4296bfaa3fe120c7b3a2328aff18d1239bd4dcce8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f67656f777267657475646f722f636f6d6d616e642d686973746f72792f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/geowrgetudor/command-history/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1c15fd826c766007831603470b3639446ebaec977178553c4c659b6da3ded7db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67656f777267657475646f722f636f6d6d616e642d686973746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/geowrgetudor/command-history)

View what artisan commands have been executed, how many times and if they were successful or failed.

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

[](#installation)

You can install the package via composer:

```
composer require geowrgetudor/command-history
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="command-history-views"
```

Usage
-----

[](#usage)

Register the recorder inside `config/pulse.php`. (If you don't have this file make sure you have published the config file of Laravel Pulse using `php artisan vendor:publish --tag=pulse-config`)

```
return [
    // ...

    'recorders' => [
        // Existing recorders...

        \Geow\CommandHistory\Recorders\CommandHistoryRecorder::class => [
            'enabled' => env('GEOW_COMMAND_HISTORY', true),
            'ignore' => [
                // Ignore any command like "route:list"
            ],
        ]
    ]
]

```

Publish Laravel Pulse `dashboard.blade.php` view using `php artisan vendor:publish --tag=pulse-dashboard`

Then you can modify the file and add the disk-metrics livewire template.

```

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [George Tudor](https://github.com/geowrgetudor)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance64

Regular maintenance activity

Popularity32

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 68.8% 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 ~49 days

Total

3

Last Release

841d ago

PHP version history (2 changes)1.0PHP ^8.1

1.2PHP ^8.1|^8.2|^8.3

### Community

Maintainers

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

---

Top Contributors

[![geowrgetudor](https://avatars.githubusercontent.com/u/7842657?v=4)](https://github.com/geowrgetudor "geowrgetudor (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravellaravel-artisanlaravel-artisan-commandlaravel-packagelaravel-pulselaravelpulsecommand-history

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/geowrgetudor-command-history/health.svg)

```
[![Health](https://phpackages.com/badges/geowrgetudor-command-history/health.svg)](https://phpackages.com/packages/geowrgetudor-command-history)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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