PHPackages                             holo96/drush\_config\_export\_entity - 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. holo96/drush\_config\_export\_entity

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

holo96/drush\_config\_export\_entity
====================================

Helper commands to export specific config entity (bundle) with all connected configuration like fields, displays etc.

0425PHP

Since Aug 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Holo96/drush_config_export_entity)[ Packagist](https://packagist.org/packages/holo96/drush_config_export_entity)[ RSS](/packages/holo96-drush-config-export-entity/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

INTRODUCTION
------------

[](#introduction)

The Drush Config Export Entity package provides some helper drush commands to export specific config entity (bundle) with all connected configuration like fields, displays etc.

Tho fully rewritten and built upon this package is inspired by (sadly) long gone drupal console's [config:export:entity](https://drupalconsole.com/docs/vn/commands/config-export-entity) command.

USAGE
-----

[](#usage)

There are two commands provided, one is for exporting bundleable entities and other one for non bundleable.

### config:export:entity:bundle (ceeb)

[](#configexportentitybundle-ceeb)

```
drush ceeb node page --path="../config/partial/feature-312"         # Export all configuration connected with bundle to custom path
drush ceeb taxonomy_term category --module=custom_commerce_extender # Export all configuration connected with bundle to module
drush ceeb                                                          # Start config entity export prompt
```

### config:export:entity:non-bundle (ceenb)

[](#configexportentitynon-bundle-ceenb)

```
drush ceenb user --path="../config/partial/feature-312" # Export all configuration connected with entity to custom path
drush ceenb user --module=custom_commerce_extender      # Export all configuration connected with entity to module
drush ceenb                                             # Start config entity export prompt
```

The primary use case for this package is:

- Branching
- Custom module development
- Recipes development

REQUIREMENTS
------------

[](#requirements)

At least drush 12.5 is required.

INSTALLATION
------------

[](#installation)

Just require package with composer, this package is meant for development

```
composer require holo96/drush_config_export_entity --dev
```

IMPORTING
---------

[](#importing)

This package will not handle import, you can use `drush cim --partial`, [features](https://www.drupal.org/project/features) and other importing tools.

MAINTAINERS
-----------

[](#maintainers)

Current maintainers for Drupal 10 and 11:

- Davor Horvacki (Holo96) -

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/786b8fb411a1382d809fe5639382b024e8bc8f26741b15d6fe43fe97f824f9f9?d=identicon)[Holo96](/maintainers/Holo96)

---

Top Contributors

[![holo96](https://avatars.githubusercontent.com/u/42215392?v=4)](https://github.com/holo96 "holo96 (1 commits)")

### Embed Badge

![Health badge](/badges/holo96-drush-config-export-entity/health.svg)

```
[![Health](https://phpackages.com/badges/holo96-drush-config-export-entity/health.svg)](https://phpackages.com/packages/holo96-drush-config-export-entity)
```

###  Alternatives

[corviz/br-gpdpl

A lib that provides a series of data anonymizers, compliant with brazilian General Personal Data Protection Law (aka LGPD, in pt-br)

1613.6k](/packages/corviz-br-gpdpl)[afaya/edge-tts

Edge TTS is a PHP package that allows access to the online text-to-speech service used by Microsoft Edge without the need for Microsoft Edge, Windows, or an API key.

151.0k1](/packages/afaya-edge-tts)

PHPackages © 2026

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