PHPackages                             andrewlamers/laravel-advanced-console - 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. andrewlamers/laravel-advanced-console

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

andrewlamers/laravel-advanced-console
=====================================

Advanced console interface

066PHP

Since Jun 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/andrewlamers/laravel-advanced-console)[ Packagist](https://packagist.org/packages/andrewlamers/laravel-advanced-console)[ RSS](/packages/andrewlamers-laravel-advanced-console/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Advanced Console
------------------------

[](#laravel-advanced-console)

Extension of Illuminate console command to add debugging and other utilities for more verbose console programs.

#### Benchmarks

[](#benchmarks)

Outputs current time, memory usage, ms since command start and line type with each line in the output.

```
[2019-01-30 12:14:52][470ms][17.6MB][DEBUG] Starting command

```

#### Database Profile

[](#database-profile)

#### Formatted Output Lines

[](#formatted-output-lines)

#### Metadata

[](#metadata)

Outputs information about the running environment the command was executed in, as well as database and other configuration that would be useful when debugging commands that run on a schedule

```
 * Location                            : /composer-packages/test
 * Host                                : 127.0.0.1
 * PHP Version                         : 7.2.9
 * Memory Limit                        : 256M
 * Time Limit                          : 300
 * Environment                         : local
 * App Debug                           : True

```

#### Process Lock Mutex

[](#process-lock-mutex)

Commands can be locked to prevent executions overlapping. Since the lock is acquired by the command history table, and by process id it is a more reliable lock that doesnt get stuck locked if the command has a fatal error

#### Command Execution History

[](#command-execution-history)

Enabled by default. Disabled by setting

`$enableCommandHistory = false;`

Stores a history of all commands run through the CLI into a database table with metadata and output. This is also where process locks will be obtained from. This makes debugging and monitoring much easier when you have a large amount of unattended commands running on intervals.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7feecaccfbdc20e9a5a9bccbd0394ff923e7490956817b90cc4614df0a48481a?d=identicon)[emaw](/maintainers/emaw)

---

Top Contributors

[![andrewlamers](https://avatars.githubusercontent.com/u/319577?v=4)](https://github.com/andrewlamers "andrewlamers (25 commits)")

### Embed Badge

![Health badge](/badges/andrewlamers-laravel-advanced-console/health.svg)

```
[![Health](https://phpackages.com/badges/andrewlamers-laravel-advanced-console/health.svg)](https://phpackages.com/packages/andrewlamers-laravel-advanced-console)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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