PHPackages                             decipher/dcir - 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. decipher/dcir

ActiveLibrary

decipher/dcir
=============

Drupal common CI runner

0.6.2(9y ago)061[13 issues](https://github.com/Decipher/dcir/issues)GPL-2.0+Shell

Since Jun 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Decipher/dcir)[ Packagist](https://packagist.org/packages/decipher/dcir)[ Docs](https://github.com/Decipher/dcir)[ RSS](/packages/decipher-dcir/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (12)Used By (0)

Drupal common CI Runner
=======================

[](#drupal-common-ci-runner)

Drupal common CI Runner (DCIR) is a Docker based tool for executing automated testing of Drupal modules on common CI providers as well as locally.

Running DCIR locally
--------------------

[](#running-dcir-locally)

### Requirement(s):

[](#requirements)

- [Docker](https://www.docker.com/)

### Steps:

[](#steps)

Run the following command from the module directory you wish to test:

```
docker run --rm -it -v $(pwd):/dcir deciphered/dcir:latest

```

Running DCIR via Continuous Integration (CI)
--------------------------------------------

[](#running-dcir-via-continuous-integration-ci)

Each CI runner has it's own configuration format, simply place the relevant file below into your project:

### CircleCI

[](#circleci)

**circle.yml**

```
machine:
  services:
    - docker

test:
  override:
    - docker run --rm -v $(pwd):/dcir -it deciphered/dcir:latest

```

### Travis CI

[](#travis-ci)

**.travis.yml**

```
sudo: required

language: php

services:
  - docker

script:
  - docker run -v $(pwd):/dcir -it deciphered/dcir-5.6:develop

```

Advanced configuration
----------------------

[](#advanced-configuration)

DCIR doesn't requires zero configuration out of the box, it uses auto-magic detection to determine the relevant configuration for the project.

In the case the discovery this doesn't work as required, a configuration file can be added to the project.

**.dcir.yml**

```
drupal:
  # The Drupal core version: 7, 8 (default).
  #core: 8

  # The Drupal project being tested.
  project: "PROJECT_MACHINE_NAME"

  # The Drupal project type; module (default).
  #project_type: "module"

# The simpletest group to be run.
simpletest:
  group: "SIMPLETEST_GROUP_NAME"

```

Note: Be sure to replace the relevant placeholders and uncomment out the configuration as required.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~4 days

Total

9

Last Release

3591d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67291350f41ee0734821b1be823595338c89b19aa9d18310773fe6ee5ace77c2?d=identicon)[Decipher](/maintainers/Decipher)

---

Top Contributors

[![Decipher](https://avatars.githubusercontent.com/u/161090?v=4)](https://github.com/Decipher "Decipher (42 commits)")

### Embed Badge

![Health badge](/badges/decipher-dcir/health.svg)

```
[![Health](https://phpackages.com/badges/decipher-dcir/health.svg)](https://phpackages.com/packages/decipher-dcir)
```

###  Alternatives

[farmos/farmos

A web-based farm record keeping application.

1.2k6.7k1](/packages/farmos-farmos)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[acquia/cohesion

Site Studio

271.6M7](/packages/acquia-cohesion)[jigarius/drall

Drall is a command-line utility to run drush on multi-site Drupal installations.

35105.9k](/packages/jigarius-drall)[chromatic/usher

A collection of Robo commands for use on Chromatic projects.

13534.3k1](/packages/chromatic-usher)[eiriksm/site-schema

Allows you to get the complete picture of a site schema, to use for CI for example

111.4M](/packages/eiriksm-site-schema)

PHPackages © 2026

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