PHPackages                             attus/devutil - 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. attus/devutil

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

attus/devutil
=============

Developer Utilities

1.14.2(2y ago)0784GPL-3.0-or-laterPHP

Since May 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/attus74/devutil)[ Packagist](https://packagist.org/packages/attus/devutil)[ Docs](https://github.com/attus74/devutil)[ RSS](/packages/attus-devutil/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (2)Versions (20)Used By (0)

Drupal 10 Development Utilities
===============================

[](#drupal-10-development-utilities)

A tool for creating Drupal code quick through drush commands.

[![Maintenance](https://camo.githubusercontent.com/5ca62441414bacaa54c6c6e5b68e46c76305947b6bf498c4949fc71c1b4b10dd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d61696e7461696e65642533462d7965732d677265656e2e737667)](https://GitHub.com/attus74/devutil/graphs/commit-activity)[![GitHub license](https://camo.githubusercontent.com/04899d2ef8b96677a558eb402fb748d87f4f8fb3f4801fcf2c02dcb903695909/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f617474757337342f6465767574696c2e737667)](https://github.com/attus74/devutil/blob/master/LICENSE)[![GitHub release](https://camo.githubusercontent.com/b78916149fc540622579c2a568f44d8ef36fe355398677429528d2242ce1b185/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f617474757337342f6465767574696c2e737667)](https://GitHub.com/attus74/devutil/releases/)[![GitHub issues](https://camo.githubusercontent.com/0c4fb0148f1ec3dc54a948cdc1113235ae8f044450fad2b20bdc00ceb09aacf9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f617474757337342f6465767574696c2e737667)](https://GitHub.com/attus74/devutil/issues/)

Install:

```
composer require attus/devutil:^1.0 --dev
drush en devutil

```

New Entity Type
---------------

[](#new-entity-type)

### Content Entity Type

[](#content-entity-type)

```
drush devu-nt-ent entity_type_name "Entity Type Label"
  --bundles
  --bundle-classes
  --module=existing_module_name
  --path=module_relative_path
  --name="Your Name"

```

### Configuration Entity Type

[](#configuration-entity-type)

```
drush devu-nf-ent entity_type_name "Entity Type Label"
  --module=existing_module_name
  --path=module_relative_path
  --name="Your Name"

```

Either the name of a module or a path for a new module shall be used. Path shall be relative to Web folder, e.g. "modules/custom".

Use the bundles argument, if you want your new custom contenty entity type to have bundles. In order to create Entity Bundle Classes, use both the bundles and the bundle-classes options.

New class based entity bundle
-----------------------------

[](#new-class-based-entity-bundle)

This command works only if the entity type already exists and is active (i.e. the module defining it is active).

```
drush devu-nt-bundle entity_type_id bundle_id "Bundle Label" --name="Your Name"

```

New Annotation Plugin
---------------------

[](#new-annotation-plugin)

```
drush devu-plugin plugin_name --module=existing_module_name --name="Your Name"

```

You're free to use this module without any restriction but without any warranty.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Recently: every ~6 days

Total

19

Last Release

1046d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/963df7e1e6fed4dc987c99562b477720bb634c7ce47d0528ccf6e94e9cfea9f8?d=identicon)[attus74](/maintainers/attus74)

---

Top Contributors

[![attus74](https://avatars.githubusercontent.com/u/33147484?v=4)](https://github.com/attus74 "attus74 (21 commits)")

### Embed Badge

![Health badge](/badges/attus-devutil/health.svg)

```
[![Health](https://phpackages.com/badges/attus-devutil/health.svg)](https://phpackages.com/packages/attus-devutil)
```

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[roave/backward-compatibility-check

Tool to compare two revisions of a public API to check for BC breaks

5953.3M56](/packages/roave-backward-compatibility-check)[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[recca0120/laravel-erd

Laravel ERD automatically generates Entity-Relationship Diagrams from your Laravel models and displays them using Vuerd.

36072.0k](/packages/recca0120-laravel-erd)[ondrejmirtes/better-reflection

Better Reflection - an improved code reflection API

136.2M4](/packages/ondrejmirtes-better-reflection)

PHPackages © 2026

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