PHPackages                             norman-huth/find-command - 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. norman-huth/find-command

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

norman-huth/find-command
========================

v1.2.1(1y ago)1394MITPHPPHP ^8.1

Since Apr 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Muetze42/find-command)[ Packagist](https://packagist.org/packages/norman-huth/find-command)[ RSS](/packages/norman-huth-find-command/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (10)Used By (0)

Find Command
============

[](#find-command)

A 3rd party command for the Frameworks [Symfony](https://symfony.com/) `^6.2|^7.0+` and [Laravel](https://laravel.com) `^10.0|^11.0+`.
This command can be used to search for other commands in a Symfony or Laravel application.
It uses [Laravel Prompts](https://laravel.com/docs/prompts) under the hoods.

[![preview](https://raw.githubusercontent.com/Muetze42/find-command/main/docs/preview.gif)](https://raw.githubusercontent.com/Muetze42/find-command/main/docs/preview.gif)

Install
-------

[](#install)

```
composer require norman-huth/find-command
```

### Usage

[](#usage)

#### Laravel

[](#laravel)

Run the command.

```
php artisan find
```

#### Symfony

[](#symfony)

Register the `\NormanHuth\FindCommand\SymfonyFindCommand` in Your application and run the command.

```
php bin/console find
```

##### Except Commands

[](#except-commands)

Add the method `exceptFromFindCommand` to the command:

```
class MyCommand extends Command
{
    /**
     * Except this command from the find command.
     */
    public function exceptFromFindCommand(): bool
    {
        return true;
    }
```

```
class MyCommand extends Command
{
    /**
     * Except this command from the find command.
     */
    public function exceptFromFindCommand(): bool
    {
        return config('app.env') != 'local';
    }
```

##### Search in the arguments and options descriptions too

[](#search-in-the-arguments-and-options-descriptions-too)

```
php artisan find --deep
php bin/console find --deep
```

[![preview](https://raw.githubusercontent.com/Muetze42/find-command/main/docs/preview-deep.gif)](https://raw.githubusercontent.com/Muetze42/find-command/main/docs/preview-deep.gif)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance44

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~45 days

Recently: every ~72 days

Total

8

Last Release

446d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2579233?v=4)[Muetze](/maintainers/Muetze)[@muetze](https://github.com/muetze)

---

Top Contributors

[![Muetze42](https://avatars.githubusercontent.com/u/26193232?v=4)](https://github.com/Muetze42 "Muetze42 (14 commits)")

---

Tags

clicommandcommand-lineconsolelaravelsymfonyterminalcliconsolecommand-lineterminalsymfonylaravelcommand

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/norman-huth-find-command/health.svg)

```
[![Health](https://phpackages.com/badges/norman-huth-find-command/health.svg)](https://phpackages.com/packages/norman-huth-find-command)
```

###  Alternatives

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[nunomaduro/laravel-console-summary

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

662.0M3](/packages/nunomaduro-laravel-console-summary)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)

PHPackages © 2026

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