PHPackages                             itk-event-database/event\_database\_pull - 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. itk-event-database/event\_database\_pull

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

itk-event-database/event\_database\_pull
========================================

Drupal 8 module to show events from the Event database API on a Drupal site

1.4.1(2y ago)01.3kGPL-2.0-or-laterPHP

Since Oct 13Pushed 2y ago2 watchersCompare

[ Source](https://github.com/itk-event-database/event_database_pull)[ Packagist](https://packagist.org/packages/itk-event-database/event_database_pull)[ RSS](/packages/itk-event-database-event-database-pull/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (4)Versions (23)Used By (0)

Event database pull (Drupal module)
===================================

[](#event-database-pull-drupal-module)

Installation
------------

[](#installation)

```
cd «drupal root»
composer require itk-event-database/event_database_pull dev-develop

```

Development
-----------

[](#development)

This module depends on the [Event database client](https://github.com/itk-event-database/event-database-client).

During development you may have to make changes to the client, and to make this easier you can `git checkout` the client into a local folder and require the local client (rather than using the GitHub repository). To do this, add

```
cd «drupal root»
mkdir modules/lib
cd modules/lib
git clone --branch develop https://github.com/itk-event-database/event-database-client.git

```

```
cd «drupal root»
rm -fr vendor/itk-event-database/event-database-client
ln -sf ../../modules/lib/event-database-client vendor/itk-event-database/event-database-client

```

Edit `event_database_pull/composer.json` and change `repositories` to look like this

```
    …
    "repositories": [
        {
            "type": "path",
            "url": "modules/lib/event-database-client"
        },
        {
            "type": "vcs",
            "url": "https://github.com/itk-event-database/event-database-client"
        }
    ],
    …

```

Further development
-------------------

[](#further-development)

- Lacks support for search on events lists
- Lacks a proper code review
- A rewrite of templates to better reflect the available variables

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 79.1% 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 ~143 days

Recently: every ~164 days

Total

19

Last Release

915d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33924554?v=4)[ITK Development](/maintainers/itk-dev)[@itk-dev](https://github.com/itk-dev)

---

Top Contributors

[![martinyde](https://avatars.githubusercontent.com/u/545272?v=4)](https://github.com/martinyde "martinyde (102 commits)")[![rimi-itk](https://avatars.githubusercontent.com/u/11267554?v=4)](https://github.com/rimi-itk "rimi-itk (27 commits)")

---

Tags

drupal

### Embed Badge

![Health badge](/badges/itk-event-database-event-database-pull/health.svg)

```
[![Health](https://phpackages.com/badges/itk-event-database-event-database-pull/health.svg)](https://phpackages.com/packages/itk-event-database-event-database-pull)
```

###  Alternatives

[lullabot/amp

A set of useful classes and utilities to convert html to AMP html (See https://www.ampproject.org/)

3802.9M10](/packages/lullabot-amp)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[aleksip/plugin-data-transform

Data Transform Plugin for Pattern Lab PHP

34897.4k3](/packages/aleksip-plugin-data-transform)[acquia/drupal-recommended-settings

The composer plugin for adding drupal-recommended-settings for Acquia Cloud.

101.1M4](/packages/acquia-drupal-recommended-settings)[tripal/tripal

Tripal is a toolkit to facilitate construction of online genomic, genetic (and other biological) websites.

709.9k9](/packages/tripal-tripal)

PHPackages © 2026

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