PHPackages                             kanopi/saplings-demo-events - 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. kanopi/saplings-demo-events

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

kanopi/saplings-demo-events
===========================

Demo content for Saplings Event recipe.

1.0.0(2y ago)07GPL-2.0-or-later

Since Jul 1Pushed 2y ago6 watchersCompare

[ Source](https://github.com/kanopi/saplings-demo-events)[ Packagist](https://packagist.org/packages/kanopi/saplings-demo-events)[ RSS](/packages/kanopi-saplings-demo-events/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

[![saplings](https://private-user-images.githubusercontent.com/5177009/302044935-a6377e32-deb2-49d8-873a-f3dd5a36fa7c.svg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODIxNDEyMDEsIm5iZiI6MTc4MjE0MDkwMSwicGF0aCI6Ii81MTc3MDA5LzMwMjA0NDkzNS1hNjM3N2UzMi1kZWIyLTQ5ZDgtODczYS1mM2RkNWEzNmZhN2Muc3ZnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDYyMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA2MjJUMTUwODIxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDY5OWYxNzRhMGIzZTQ1OWU0MTJiM2I4NjUwNmRhNTIxNzBmNTQ0ZmI3NTAyMWE2MDI5YjRiYjcyYTg5YjAyZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGc3ZnJTJCeG1sIn0.gXxvWQZdolo0022KbNglso1maF8tF_OlN8T0m14CxZ4)](https://private-user-images.githubusercontent.com/5177009/302044935-a6377e32-deb2-49d8-873a-f3dd5a36fa7c.svg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODIxNDEyMDEsIm5iZiI6MTc4MjE0MDkwMSwicGF0aCI6Ii81MTc3MDA5LzMwMjA0NDkzNS1hNjM3N2UzMi1kZWIyLTQ5ZDgtODczYS1mM2RkNWEzNmZhN2Muc3ZnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDYyMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA2MjJUMTUwODIxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDY5OWYxNzRhMGIzZTQ1OWU0MTJiM2I4NjUwNmRhNTIxNzBmNTQ0ZmI3NTAyMWE2MDI5YjRiYjcyYTg5YjAyZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGc3ZnJTJCeG1sIn0.gXxvWQZdolo0022KbNglso1maF8tF_OlN8T0m14CxZ4)

Saplings - Events Demo Content Recipe
=====================================

[](#saplings---events-demo-content-recipe)

This recipe provides content the Saplings Events recipe.

How it was created.
-------------------

[](#how-it-was-created)

We used the Default Content module to export content we created on a local environment. The Default Content module should only be used as a `--dev`module. It is not needed in production.

Recipe application
------------------

[](#recipe-application)

### Pantheon

[](#pantheon)

`terminus drush site.env -- ev "passthru('php core/scripts/drupal recipe path/to/recipe');"`

### Drush 13+

[](#drush-13)

`drush recipe path/to/recipe`

### PHP script

[](#php-script)

`php core/scripts/drupal recipe path/to/recipe`

Instructions on how to use the Default Content module to create a recipe.
-------------------------------------------------------------------------

[](#instructions-on-how-to-use-the-default-content-module-to-create-a-recipe)

Require the module in dev. We don't need it in production.

`fin composer require --dev 'drupal/default_content:^2.0@alpha'`

Enable the module.

`fin drush en -y default_content`

Export all nodes and dependencies. `dcer` gets all the dependencies of the entity you are exporting.

`fin drush dcer node --folder=recipes/saplings-content/content`

Export all Menu links.

`fin drush dcer menu_link_content --folder=recipes/saplings-content/content`

Export all taxonomy terms.

`fin drush dcer taxonomy_term --folder=recipes/saplings-content/content`

You can add an ID or bundle to each if you want to pick and choose.

`fin drush dcer menu_link_content 42 --folder=recipes/saplings-content/content`

Disable the module when done.

`fin drush pmu -y default_content`

Notes
-----

[](#notes)

This should not be used as a tool for deployments. Use Workspaces for that.

The IDs on the destination site could differ from those on your dev site.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

732d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf9dca5c46910be861bb00920034637b5a36a1f6277413be6817a50a1ce6fc74?d=identicon)[kanopi\_studios](/maintainers/kanopi_studios)

---

Top Contributors

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

---

Tags

do-not-archivedrupaldrupal-recipeinternal-tool

### Embed Badge

![Health badge](/badges/kanopi-saplings-demo-events/health.svg)

```
[![Health](https://phpackages.com/badges/kanopi-saplings-demo-events/health.svg)](https://phpackages.com/packages/kanopi-saplings-demo-events)
```

###  Alternatives

[bvipul/generator

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

2031.1k](/packages/bvipul-generator)

PHPackages © 2026

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