PHPackages                             jackwrfuller/drush-user-list - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jackwrfuller/drush-user-list

ActiveDrupal-module[Utility &amp; Helpers](/categories/utility)

jackwrfuller/drush-user-list
============================

Extends Drush with commands to list various entities

1.2(2y ago)020MITPHPPHP &gt;=8.0

Since Jan 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jackwrfuller/DrushList)[ Packagist](https://packagist.org/packages/jackwrfuller/drush-user-list)[ RSS](/packages/jackwrfuller-drush-user-list/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Drush List
==========

[](#drush-list)

### A Simple extension of Drush

[](#a-simple-extension-of-drush)

This module augments Drush's command set to include the ability to list various entities.

A task that I found was not as simple as it should be in Drush was listing entities, i.e list all users, list all nodes, list all webforms, etc.

While this can be done with SQL queries, Drush provided similar functionality for other commands. For example, `drush role:list` or `drush views:list`.

📖 Contents
----------

[](#book-contents)

- [Requirements](#hammer-requirements)
- [Installation](#building_construction-installation)
- [Usage](#thought_balloon-usage)
- [About](#cook-author)
- [License](#page_with_curl-license)

🔨 Requirements
--------------

[](#hammer-requirements)

- PHP &gt;=8.0.0
- Drush &gt;=12.0.0
- Drupal &gt;= 10.0.0

🏗️ Installation
---------------

[](#building_construction-installation)

```
composer require jackwrfuller/drush-list
```

Since this package is considered a Drupal module, you need to enable the module as well:

```
drush pm:install drush_list
```

💭 Usage
-------

[](#thought_balloon-usage)

```
drush entity:list
```

Returns a list of all fieldable object types

```
drush entity:list webform
```

Returns a list of all webforms.

```
drush user:list
```

Returns a table with user IDs and usernames for all users in the database.

Optionally, you can filter the columns using `--field=`, i.e:

```
drush user:list --field=uid
```

to get just a list of user IDs.

```
drush node:list [...node_type]
```

Display a list of all nodes, optionally filtering by node types.

---

📃 License
---------

[](#page_with_curl-license)

**Drush User List** is distributed under [MIT](https://opensource.org/licenses/MIT) license 🚀 Enjoy! ❤️

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

870d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/354138797820a224c1b4e345fcd590f9ffe4a6fd5f8634049c6d0a018534a33e?d=identicon)[jackwrfuller](/maintainers/jackwrfuller)

---

Top Contributors

[![jackwrfuller](https://avatars.githubusercontent.com/u/78133717?v=4)](https://github.com/jackwrfuller "jackwrfuller (30 commits)")

### Embed Badge

![Health badge](/badges/jackwrfuller-drush-user-list/health.svg)

```
[![Health](https://phpackages.com/badges/jackwrfuller-drush-user-list/health.svg)](https://phpackages.com/packages/jackwrfuller-drush-user-list)
```

###  Alternatives

[farmos/farmos

A web-based farm record keeping application.

1.3k7.0k1](/packages/farmos-farmos)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41759.2k3](/packages/lullabot-drainpipe)[acquia/cohesion

Site Studio

271.6M10](/packages/acquia-cohesion)

PHPackages © 2026

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