Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Varbase FAQs 9.2.1 Minor update available for module varbase_faqs (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

Entities Feed

No security coverage
View on drupal.org

This module allows you to programmatically create and manage content types, taxonomies, and fields using structured CSV files. It's designed for site builders and developers to automate entity setup, especially for environment provisioning and mass entity creation in new installations.

**Module name:** Entities Feed
**Package:** Saibher
**Core compatibility:** Drupal 11.x
**Author:** Andres Felipe Rincon
**License:** GPL-2.0-or-later

Entities Feed is a Drupal module that allows site builders and developers to **programmatically create and manage content types, taxonomies, and fields** using structured CSV files.

It works as a lightweight alternative to the default Drupal UI for entity creation — ideal for provisioning environments, CI/CD pipelines, or mass entity setup in new installations.

The module reads CSV file and automatically generates the necessary entities (content types, vocabularies, fields, and terms) without manual configuration.

* Create content types and their fields from CSV files.
* Create taxonomies and terms programmatically.
* Import entities via admin UI form.
* Safe and idempotent — checks if entities already exist before creating them.
* Easy to integrate in deployment and automation workflows.

* Drupal 11.x
* PHP 8.2 or higher

1. Install module using composer as common
2. Enable the module:

```bash
drush en entities_feed
```

1. Go to **Configuration → Development → Entities Feed Importer**.
2. Choose into entities creation or fields creation
3. Upload your CSV file and click *Import*.

To uninstall the module:

```bash
drush pm:uninstall entities_feed
```
Contributions are welcome! Ple

To report issues or propose new features, open an issue in the project repository or submit a patch via Drupal.org.

Maintainers

* **Andres Felipe Rincon** — [Andres Felipe Rincon Gracia (saibher)](https://www.drupal.org/u/saibher)

---

## License

This project is licensed under the GNU General Public License v2.0 or later.
See the [LICENSE.txt](LICENSE.txt) file for deta

Activity

Total releases
4
First release
Oct 2025
Latest release
8 months ago
Releases (12 mo)
4 ▲ from 0
Maintenance
Slowing

Release Timeline

Releases

Version Type Release date
1.0.2 Stable Oct 22, 2025
1.0.1 Stable Oct 22, 2025
1.0.0 Stable Oct 22, 2025
1.0.x-dev Dev Oct 22, 2025