PHPackages                             tenantcloud/command-logger - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. tenantcloud/command-logger

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

tenantcloud/command-logger
==========================

Laravel package for saving command log information

v2.0.0(10mo ago)235.9k↓35.7%1MITPHPPHP &gt;=8.3CI passing

Since Jul 5Pushed 10mo ago4 watchersCompare

[ Source](https://github.com/tenantcloud/laravel-command-logger)[ Packagist](https://packagist.org/packages/tenantcloud/command-logger)[ RSS](/packages/tenantcloud-command-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (11)Versions (20)Used By (0)

CommandLogger
=============

[](#commandlogger)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a3aae0692562cb669e7708ed4965bcbe4a46ae0bbc082a17f66efa38a1298592/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74656e616e74636c6f75642f636f6d6d616e642d6c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tenantcloud/command-logger)[![Total Downloads](https://camo.githubusercontent.com/e9bbb8c579404cccd3f640fd5f549dcaa1bea2324b746c2b9fa67cdac4a2ac71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74656e616e74636c6f75642f636f6d6d616e642d6c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tenantcloud/command-logger)

Simple Laravel package that helps keep track of all commands. It can save log into Database or log file. Also you can write your custom channel

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

[](#installation)

Via Composer

```
$ composer require tenantcloud/command-logger
```

Usage
-----

[](#usage)

Change log
----------

[](#change-log)

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

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

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Ivan Kolodiy](https://github.com/tenantcloud)
- [All Contributors](../../contributors%5D)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance54

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~288 days

Total

17

Last Release

320d ago

Major Versions

v1.6.0 → v2.0.02025-07-03

PHP version history (3 changes)v1.4.0PHP &gt;=8.1

v1.5.0PHP &gt;=8.2

v2.0.0PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/413b481f92caa1d96de546c0417395b0ca178658d9f6ef195ae303a91d2765e5?d=identicon)[ivankolodii](/maintainers/ivankolodii)

![](https://www.gravatar.com/avatar/81579ce1a873c490b1a0d5dc34590cabe83e42997112e083f881ee8e218ed44d?d=identicon)[BrunIF](/maintainers/BrunIF)

![](https://www.gravatar.com/avatar/08f421d0127cd5dd06158a3ef66dee8fa7f6589677349c379be87c46d3acc99c?d=identicon)[tcmbilozub](/maintainers/tcmbilozub)

![](https://www.gravatar.com/avatar/272c727ceea47c93d8012294a0bce9c41e9d9f31618cba326678768418bb6e96?d=identicon)[endigo-tc](/maintainers/endigo-tc)

---

Top Contributors

[![oprypkhantc](https://avatars.githubusercontent.com/u/54406427?v=4)](https://github.com/oprypkhantc "oprypkhantc (9 commits)")[![tcmbilozub](https://avatars.githubusercontent.com/u/35073636?v=4)](https://github.com/tcmbilozub "tcmbilozub (7 commits)")[![package-sync[bot]](https://avatars.githubusercontent.com/u/35073549?v=4)](https://github.com/package-sync[bot] "package-sync[bot] (3 commits)")[![ivankolodii](https://avatars.githubusercontent.com/u/35073476?v=4)](https://github.com/ivankolodii "ivankolodii (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![KlebanAndrew](https://avatars.githubusercontent.com/u/6851969?v=4)](https://github.com/KlebanAndrew "KlebanAndrew (1 commits)")[![kolodii-ivan](https://avatars.githubusercontent.com/u/1891846?v=4)](https://github.com/kolodii-ivan "kolodii-ivan (1 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (1 commits)")

---

Tags

laravelpackagephp

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tenantcloud-command-logger/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[jackwh/laravel-new-relic

Monitor your Laravel application performance with New Relic

112827.2k](/packages/jackwh-laravel-new-relic)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

142347.8k](/packages/keepsuit-laravel-opentelemetry)

PHPackages © 2026

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