PHPackages                             wegmeister/nodetype-search - 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. wegmeister/nodetype-search

ActiveNeos-package[CLI &amp; Console](/categories/cli)

wegmeister/nodetype-search
==========================

Flow CLI Command to help find nodes by a given FlowQuery or node type.

1.0.1(2y ago)25.9k↓33.3%GPL-3.0-or-laterPHP

Since Nov 28Pushed 2y ago4 watchersCompare

[ Source](https://github.com/die-wegmeister/Wegmeister.NodeTypeSearch)[ Packagist](https://packagist.org/packages/wegmeister/nodetype-search)[ RSS](/packages/wegmeister-nodetype-search/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

NodeType Search
===============

[](#nodetype-search)

Extend the Flow CLI to help find nodes by a given FlowQuery or node type.

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

[](#installation)

Simply run `composer require --dev wegmeister/nodetype-search` or add it to your `composer.json` and run `composer update`.

What this package does
----------------------

[](#what-this-package-does)

This package will help you to find node types that match a given node type or FlowQuery filter.

Possible use cases are:

- Find all pages that have a form on it.
- Find all pages that have a placeholder node type (espacially useful right before launching a new site).
- Find all pages containing placeholder text

How to use this package
-----------------------

[](#how-to-use-this-package)

After installation, simply run one of the following commands:

**Find pages containing node type Example.Package:XYZ**:

```
./flow nodetypesearch:findurisbynodetype "Example.Package:XYZ"
```

**Find pages using a FlowQuery filter**

```
./flow nodetypesearch:findurisbyflowqueryfilter "[text*=Lorem]"
```

Options (for both commands):

- `--site-node-path="/sites/site"`: Restrict search to nodes below the given "site node path" in multisite setups (side note: Can also be on a deeper level to further limit results).
- `--domain="https://domain.tld"`: Prefix the returned list of uri paths by the given domain.
- `--includeHidden`: Include hidden elements in the search. The printed list will always print a red dot for hidden pages or a green dot for visible pages.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

897d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/028c454abbb42f4b6e8f9d37a12857f56a8eda4be858b85185bd57a6ba512540?d=identicon)[wegmeister](/maintainers/wegmeister)

---

Top Contributors

[![Benjamin-K](https://avatars.githubusercontent.com/u/3098031?v=4)](https://github.com/Benjamin-K "Benjamin-K (5 commits)")

### Embed Badge

![Health badge](/badges/wegmeister-nodetype-search/health.svg)

```
[![Health](https://phpackages.com/badges/wegmeister-nodetype-search/health.svg)](https://phpackages.com/packages/wegmeister-nodetype-search)
```

###  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)
