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)1657MITPHPPHP ^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 1w 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

33

—

LowBetter than 72% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

538d 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

[illuminate/console

The Illuminate Console package.

13046.6M7.3k](/packages/illuminate-console)[nunomaduro/collision

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

4.7k367.2M12.3k](/packages/nunomaduro-collision)[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.5k](/packages/laravel-sail)[laravel/octane

Supercharge your Laravel application's performance.

4.0k28.5M262](/packages/laravel-octane)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M319](/packages/laravel-ai)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)

PHPackages © 2026

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