PHPackages                             digipolisgent/robo-digipolis-package - 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. [CLI &amp; Console](/categories/cli)
4. /
5. digipolisgent/robo-digipolis-package

ActiveRobo-tasks[CLI &amp; Console](/categories/cli)

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

General Packaging/Compile tasks for Robo Task Runner

2.0.4(3mo ago)0164.2k↓76.1%[1 PRs](https://github.com/district09/robo-digipolis-package/pulls)2MITPHPCI failing

Since Feb 3Pushed 3mo ago8 watchersCompare

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

READMEChangelog (10)Dependencies (12)Versions (40)Used By (2)

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

[](#robo-digipolis-package)

General Packaging/Compile tasks for Robo Task Runner

[![Latest Stable Version](https://camo.githubusercontent.com/45e06684f579ed15c504a27b3be11381d6cead0b086e5039248feae044ad0c63/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652f762f737461626c65)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)[![Latest Unstable Version](https://camo.githubusercontent.com/bd395487bbd586d84680c4e0e9c3c076b4d5cd7e83423c5ca2a8ca901eff8b51/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652f762f756e737461626c65)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)[![Total Downloads](https://camo.githubusercontent.com/3cea5ef12ef7847b16fba9c7ab4c86eea7e0bc545d49e3550312019a506a8ed9/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652f646f776e6c6f616473)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)[![License](https://camo.githubusercontent.com/7d2698c9f09752d9172c4db3ce312ed480cda61ec7c93c136d00c71ba2fe7bfd/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652f6c6963656e7365)](https://packagist.org/packages/digipolisgent/robo-digipolis-package)

[![Build Status](https://camo.githubusercontent.com/42e8c11f579d6cad8c11d71ca56cc3f1f4379607afba50ba8da053eddebe6a64/68747470733a2f2f7472617669732d63692e6f72672f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/digipolisgent/robo-digipolis-package)[![Maintainability](https://camo.githubusercontent.com/1c0673039b5c7568b2447cdacd6585e5ee6427fffc3358728017219de397c5a9/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f37643938626162626430343364353162633430662f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/digipolisgent/robo-digipolis-package/maintainability)[![Test Coverage](https://camo.githubusercontent.com/d4016f574a613c68b11e174c19c0aa6596c64a95bb23efbbedc3ceb79b9e8f87/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f37643938626162626430343364353162633430662f746573745f636f766572616765)](https://codeclimate.com/github/digipolisgent/robo-digipolis-package/test_coverage)[![PHP 7 ready](https://camo.githubusercontent.com/19979664515788ee4e6dd9941490b536aef59e2a6f66365869b5ff2975a0f542/68747470733a2f2f7068703772656164792e74696d6573706c696e7465722e63682f64696769706f6c697367656e742f726f626f2d64696769706f6c69732d7061636b6167652f646576656c6f702f62616467652e737667)](https://travis-ci.org/digipolisgent/robo-digipolis-package)

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\Commands\loadCommands;
}
```

### digipolis:package-project

[](#digipolispackage-project)

`vendor/bin/robo digipolis:package-project 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.

### digipolis:theme-clean

[](#digipolistheme-clean)

`vendor/bin/robo digipolis:theme-clean [DIR]`

#### Arguments

[](#arguments-1)

##### DIR

[](#dir-1)

The theme directory to clean. Defaults to the current working directory.

### digipolis:theme-compile

[](#digipolistheme-compile)

`vendor/bin/robo digipolis:theme-compile [DIR] [COMMAND]`

#### Arguments

[](#arguments-2)

##### DIR

[](#dir-2)

The directory of the theme to compile. Defaults to the current working directory.

##### COMMAND

[](#command)

The grunt/gulp command to execute if grunt or gulp is available.

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance81

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 79.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 ~107 days

Recently: every ~49 days

Total

32

Last Release

101d ago

Major Versions

0.1.11 → 1.0.02022-05-13

1.x-dev → 2.0.0-alpha12025-01-13

PHP version history (2 changes)0.1.0-alpha1PHP &gt;=5.5.0

0.1.9PHP &gt;=7.0

### 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://avatars.githubusercontent.com/u/1221024?v=4)[Dieter Blomme](/maintainers/daften)[@daften](https://github.com/daften)

---

Top Contributors

[![Jelle-S](https://avatars.githubusercontent.com/u/1828542?v=4)](https://github.com/Jelle-S "Jelle-S (124 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (16 commits)")[![MPParsley](https://avatars.githubusercontent.com/u/1823998?v=4)](https://github.com/MPParsley "MPParsley (7 commits)")[![daften](https://avatars.githubusercontent.com/u/1221024?v=4)](https://github.com/daften "daften (5 commits)")[![jonasanne](https://avatars.githubusercontent.com/u/32570643?v=4)](https://github.com/jonasanne "jonasanne (2 commits)")[![Michaelvdwalle](https://avatars.githubusercontent.com/u/107845806?v=4)](https://github.com/Michaelvdwalle "Michaelvdwalle (1 commits)")[![kobedev](https://avatars.githubusercontent.com/u/154233911?v=4)](https://github.com/kobedev "kobedev (1 commits)")

---

Tags

d09check22packageroborobo-digipolis-packagerobo-tasksweb

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M507](/packages/pimcore-pimcore)

PHPackages © 2026

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