PHPackages                             baisam/artisan-bash-completion-plugin - 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. baisam/artisan-bash-completion-plugin

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

baisam/artisan-bash-completion-plugin
=====================================

Artisan Completion for the Laravel framework.

02.0kPHP

Since Jun 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/baisam/artisan-bash-completion-plugin)[ Packagist](https://packagist.org/packages/baisam/artisan-bash-completion-plugin)[ RSS](/packages/baisam-artisan-bash-completion-plugin/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

artisan-bash-completion-plugin for Composer
===========================================

[](#artisan-bash-completion-plugin-for-composer)

This is an experimental hack to add [Symfony BASH auto complete](https://github.com/stecman/symfony-console-completion) to Composer via a plugin. It's a pretty slimy hack, but it works without editing Composer's code.

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

[](#installation)

1. Run `composer require baisam/artisan-bash-completion-plugin dev-master`
2. Add a completion class to App\\Console\\Kernel :

    ```
    # The Artisan commands provided by your application.
    protected $commands = [
            \BaiSam\Component\Symfony\Console\BashCompletion\ArtisanCompletionCommand::class,
        ];
    ```

Explanation
-----------

[](#explanation)

This hacky plugin injects an additional command into the Artisan application at runtime. When the plugin in this package is activated and the command line starts with `php artisan _completion`.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/1296607?v=4)[yibo liang](/maintainers/realeff)[@realeff](https://github.com/realeff)

---

Top Contributors

[![realeff](https://avatars.githubusercontent.com/u/1296607?v=4)](https://github.com/realeff "realeff (16 commits)")

### Embed Badge

![Health badge](/badges/baisam-artisan-bash-completion-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/baisam-artisan-bash-completion-plugin/health.svg)](https://phpackages.com/packages/baisam-artisan-bash-completion-plugin)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

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