PHPackages                             digipolisgent/robo-digipolis-package-drupal8 - 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. digipolisgent/robo-digipolis-package-drupal8

ActiveRobo-tasks[Utility &amp; Helpers](/categories/utility)

digipolisgent/robo-digipolis-package-drupal8
============================================

Drupal 8 Packaging/Compile tasks for Robo Task Runner

2.0.0(1y ago)0140.4k↓32%11MITPHP

Since Feb 14Pushed 7mo ago3 watchersCompare

[ Source](https://github.com/digipolisgent/robo-digipolis-package-drupal8)[ Packagist](https://packagist.org/packages/digipolisgent/robo-digipolis-package-drupal8)[ RSS](/packages/digipolisgent-robo-digipolis-package-drupal8/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (21)Used By (1)

Robo Digipolis Package Drupal8
==============================

[](#robo-digipolis-package-drupal8)

Drupal 8 Packaging/Compile tasks for Robo Task Runner

[![Latest Stable Version](https://camo.githubusercontent.com/fe3081316073bcee006ec433a1faeaed44cc904774d8c985c4f2cc391b32e1e7/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652d64727570616c382f762f737461626c65)](https://packagist.org/packages/digipolisgent/robo-digipolis-package-drupal8)[![Latest Unstable Version](https://camo.githubusercontent.com/f7939df1a407cda16869305ad34a9971cc823a9a159534851382b183f2ad998b/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652d64727570616c382f762f756e737461626c65)](https://packagist.org/packages/digipolisgent/robo-digipolis-package-drupal8)[![Total Downloads](https://camo.githubusercontent.com/f63e274d720a07c0a5cec1590a23903e1f64101073522d24ebf3fc42c2652144/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652d64727570616c382f646f776e6c6f616473)](https://packagist.org/packages/digipolisgent/robo-digipolis-package-drupal8)[![License](https://camo.githubusercontent.com/bf8a7f4a96943d8ad636de43b6ae7559094bac37f121b4a28c678ebaa923c901/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652d64727570616c382f6c6963656e7365)](https://packagist.org/packages/digipolisgent/robo-digipolis-package-drupal8)

[![Build Status](https://camo.githubusercontent.com/a4b97c7e701c42a0c53f7c6961c28f43606e3d2f18dcbaf6254b6d5e87641ca7/68747470733a2f2f7472617669732d63692e6f72672f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652d64727570616c382e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/digipolisgent/robo-digipolis-package-drupal8)[![Maintainability](https://camo.githubusercontent.com/9f3a2d7a7b5504a0f4679557aadfb5da73fad512c01841c9732d58e1f2d45843/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f38663139626565646632376664363264636466352f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/digipolisgent/robo-digipolis-package-drupal8/maintainability)[![Test Coverage](https://camo.githubusercontent.com/fa3ccf80c945ecd07615d57825962e00fe647d77ae2143394e85de530decc02a/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f38663139626565646632376664363264636466352f746573745f636f766572616765)](https://codeclimate.com/github/digipolisgent/robo-digipolis-package-drupal8/test_coverage)[![PHP 7 ready](https://camo.githubusercontent.com/0615c11f5cbeca335e657ebcac7ac3bd2a795de220b656354e0121c46472f310/68747470733a2f2f7068703772656164792e74696d6573706c696e7465722e63682f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652d64727570616c382f646576656c6f702f62616467652e737667)](https://travis-ci.org/digipolisgent/robo-digipolis-package-drupal8)

Commands
--------

[](#commands)

This package provides default commands wich you can use in your `RoboFile.php`like so:

```
class RoboFile extends \Robo\Tasks
{
    use \DigipolisGent\Robo\Task\Package\Drupal8\Commands\loadCommands;
}
```

### digipolis:package-project

[](#digipolispackage-project)

`vendor/bin/robo digipolis:package-drupal8 FILE [DIR] [OPTIONS]`

#### Arguments

[](#arguments)

##### FILE

[](#file)

The name of the archive file that will be created.

##### DIR

[](#dir)

The directory to package. Defaults to the config value `digipolis.root.project`if it is set (see  for more information), or the current working directory otherwise.

#### Options

[](#options)

##### --ignore, -i

[](#--ignore--i)

Comma separated list of filenames to ignore, has sensible defaults for Drupal 8 projects

### digipolis:themes-clean-drupal8

[](#digipolisthemes-clean-drupal8)

`vendor/bin/robo digipolis:themes-clean-drupal8 [THEMES] [DIRS]`

#### Arguments

[](#arguments-1)

##### THEMES

[](#themes)

Comma-seperated list of Drupal theme machine names. Defaults to the keys of the digipolis.themes.drupal8 config value.

##### DIRS

[](#dirs)

Comma-seperated list of directories in which to search for the themes. Defaults to the digipolis.root.project and digipolis.root.web config values, or the current working directory if that is not set.

### digipolis:themes-compile-drupal8

[](#digipolisthemes-compile-drupal8)

`vendor/bin/robo digipolis:themes-compile-drupal8 [THEMES] [DIRS]`

#### Arguments

[](#arguments-2)

##### THEMES

[](#themes-1)

Comma-seperated list of Drupal theme machine names, or comma separated list in the format `themename:command` where `themename` is the name of the theme to compile and `command` is the name of the grunt/gulp command to execute (defaults to `compile`). Defaults to the digipolis.themes.drupal8 config value.

##### DIRS

[](#dirs-1)

Comma-seperated list of directories in which to search for the themes. Defaults to the digipolis.root.project and digipolis.root.web config values, or the current working directory if that is not set.

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance54

Moderate activity, may be stable

Popularity33

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 89.5% 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 ~181 days

Recently: every ~246 days

Total

17

Last Release

483d ago

Major Versions

0.x-dev → 1.0.02022-05-13

1.x-dev → 2.0.02025-01-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd0af1f056fd3baa2df55c0c745ade4d0f8af99505f717bf0ad48d7b615a2153?d=identicon)[Jelle-S](/maintainers/Jelle-S)

![](https://www.gravatar.com/avatar/ec45173701ba2e7958fd8b51291f9f1d0edf4444bce07d44c0fabda7300368cf?d=identicon)[zero2one](/maintainers/zero2one)

![](https://www.gravatar.com/avatar/7cfd5896bb41365115b75a18963ac964fbcfc44150103c366c2f4e039931d9d9?d=identicon)[daften](/maintainers/daften)

---

Top Contributors

[![Jelle-S](https://avatars.githubusercontent.com/u/1828542?v=4)](https://github.com/Jelle-S "Jelle-S (68 commits)")[![daften](https://avatars.githubusercontent.com/u/1221024?v=4)](https://github.com/daften "daften (5 commits)")[![Michaelvdwalle](https://avatars.githubusercontent.com/u/107845806?v=4)](https://github.com/Michaelvdwalle "Michaelvdwalle (3 commits)")

---

Tags

d09check22drupal8packageroborobo-digipolis-packagerobo-tasksweb

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/digipolisgent-robo-digipolis-package-drupal8/health.svg)

```
[![Health](https://phpackages.com/badges/digipolisgent-robo-digipolis-package-drupal8/health.svg)](https://phpackages.com/packages/digipolisgent-robo-digipolis-package-drupal8)
```

###  Alternatives

[ec-europa/toolkit

Toolkit packaged for Drupal projects based on Robo.

38244.6k16](/packages/ec-europa-toolkit)[globalis/robo-task

Robo task common collection

1225.4k2](/packages/globalis-robo-task)

PHPackages © 2026

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