PHPackages                             mjordan/islandora\_workbench\_integration - 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. mjordan/islandora\_workbench\_integration

ActiveDrupal-module

mjordan/islandora\_workbench\_integration
=========================================

Islandora Workbench Integration

v1.2.1(3mo ago)2104.9k↑21.5%9[5 PRs](https://github.com/mjordan/islandora_workbench_integration/pulls)1GPL-2.0+PHPCI failing

Since Oct 18Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/mjordan/islandora_workbench_integration)[ Packagist](https://packagist.org/packages/mjordan/islandora_workbench_integration)[ Docs](https://github.com/mjordan/islandora_workbench_integration)[ RSS](/packages/mjordan-islandora-workbench-integration/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (1)

Islandora Workbench Integration
===============================

[](#islandora-workbench-integration)

Introduction
------------

[](#introduction)

Drupal 10/11 Module required by [Islandora Workbench](https://github.com/mjordan/islandora_workbench). Enables the following Views:

- Term from URI
- Term from term name

Also enables the following REST resources:

- Field
- Field Storage
- Entity Form Display
- User
- URL alias
- File upload
- Media type
- Content type
- Taxonomy Vocabulary

Also provides endpoints for exposing:

- Drupal core's version number
- this module's version number
- a given file's checksum

Usage
-----

[](#usage)

There is no user interface to this module. It only installs configuration that is required by Islandora Workbench.

Requirements
------------

[](#requirements)

- [Islandora Modern](https://github.com/Islandora/islandora)

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

[](#installation)

You can install this module using Composer. Within your Drupal root directory, run the following:

1. `composer require mjordan/islandora_workbench_integration "dev-main"`
2. Enable the module either under the "Admin &gt; Extend" menu or by running `drush en -y islandora_workbench_integration`.

If you're deploying Islandora via ISLE, install and enable this module using these two commands from within your isle-dc directory:

1. `docker-compose exec -T drupal with-contenv bash -lc "composer require mjordan/islandora_workbench_integration"`
2. `docker-compose exec -T drupal with-contenv bash -lc "drush en -y islandora_workbench_integration"`

Configuration
-------------

[](#configuration)

By default, all vocabularies are registered in the views. To prevent vocabularies from being updated by Workbench, remove them from the "Terms in vocabulary" View using its "Taxonomy term: Vocabulary" filter.

Updates
-------

[](#updates)

Since this module enables a number of REST endpoints, you may need to reimport the configuration if a new endpoint is added. For example, after pulling in updates from Github, you should run the following `drush` commands from within the `/var/www/html/drupal/web` directory:

1. `drush cim -y --partial --source=modules/contrib/islandora_workbench_integration/config/optional`
2. `drush cr`

Or, if you are using ISLE:

1. `docker-compose exec -T drupal with-contenv bash -lc "drush cim -y --partial --source=modules/contrib/islandora_workbench_integration/config/optional"`
2. `docker-compose exec -T drupal with-contenv bash -lc "drush cr"`

Note that as of the 1.0.0 release, the "Terms in vocabulary" View is no longer used by Workbench. Unless you are using this View for some other purpose, as of version 1.0.0 you can disable/delete it from your Drupal.

Permissions
-----------

[](#permissions)

All REST endpoints added or endabled by this module require the use of Basic Authentication. The username/password combination used in your Islandora Workbench configuration files should be a member of the "Administrator" role.

Running tests locally
---------------------

[](#running-tests-locally)

A docker-compose.yml file is defined in [./tests](./tests) that can automatically lint and run phpunit tests for this module. These are how tests are ran [in GitHub Actions](./.github/workflows/lint-test.yml).

```
cd tests
export MODULE_DIRECTORY=$(pwd | xargs dirname)
export ENABLE_MODULES=islandora_workbench_integration
export DRUPAL_VERSION=10.4
export PHP_VERSION=8.3
docker compose up --quiet-pull --abort-on-container-exit
```

Current maintainer
------------------

[](#current-maintainer)

- [Mark Jordan](https://github.com/mjordan)

License
-------

[](#license)

[GPLv2](http://www.gnu.org/licenses/gpl-2.0.txt)

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance81

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.2% 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 ~393 days

Total

5

Last Release

102d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66135ede4538605afb4ddbe5f3305b0fd1e7047c2765039e938d63028fecc515?d=identicon)[mjordan](/maintainers/mjordan)

---

Top Contributors

[![mjordan](https://avatars.githubusercontent.com/u/403918?v=4)](https://github.com/mjordan "mjordan (75 commits)")[![joecorall](https://avatars.githubusercontent.com/u/1189940?v=4)](https://github.com/joecorall "joecorall (13 commits)")[![whikloj](https://avatars.githubusercontent.com/u/2857697?v=4)](https://github.com/whikloj "whikloj (12 commits)")[![hassanelsheikha](https://avatars.githubusercontent.com/u/71786895?v=4)](https://github.com/hassanelsheikha "hassanelsheikha (6 commits)")[![rosiel](https://avatars.githubusercontent.com/u/1943338?v=4)](https://github.com/rosiel "rosiel (2 commits)")[![noahwsmith](https://avatars.githubusercontent.com/u/39922?v=4)](https://github.com/noahwsmith "noahwsmith (1 commits)")[![ruebot](https://avatars.githubusercontent.com/u/218561?v=4)](https://github.com/ruebot "ruebot (1 commits)")

---

Tags

drupalIslandora

### Embed Badge

![Health badge](/badges/mjordan-islandora-workbench-integration/health.svg)

```
[![Health](https://phpackages.com/badges/mjordan-islandora-workbench-integration/health.svg)](https://phpackages.com/packages/mjordan-islandora-workbench-integration)
```

###  Alternatives

[composer/installers

A multi-framework Composer library installer

1.4k136.0M6.0k](/packages/composer-installers)[drupal/drupal-extension

Drupal extension for Behat

22215.1M147](/packages/drupal-drupal-extension)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[palantirnet/drupal-rector

Instant fixes for your Drupal code by using Rector.

1544.2M20](/packages/palantirnet-drupal-rector)[drupal/drupal-driver

A collection of reusable Drupal drivers

6715.8M18](/packages/drupal-drupal-driver)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)

PHPackages © 2026

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