Drupal is a registered trademark of Dries Buytaert
cms 2.1.3 Update released for Drupal core (2.1.3)! drupal 10.5.11 Update released for Drupal core (10.5.11)! drupal 11.3.11 Update released for Drupal core (11.3.11)! drupal 11.2.13 Update released for Drupal core (11.2.13)! drupal 10.6.10 Update released for Drupal core (10.6.10)! cms 2.1.2 Update released for Drupal core (2.1.2)! drupal 11.1.10 Update released for Drupal core (11.1.10)! drupal 10.5.10 Update released for Drupal core (10.5.10)! drupal 10.4.10 Update released for Drupal core (10.4.10)! drupal 11.2.12 Update released for Drupal core (11.2.12)! drupal 11.3.10 Update released for Drupal core (11.3.10)! drupal 10.6.9 Update released for Drupal core (10.6.9)! drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)!

entities_feed

No security coverage
View on drupal.org

**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
7 months ago
Release cadence
0 days
Stability
75% stable

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