PHPackages                             specbee/robo-tooling - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. specbee/robo-tooling

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

specbee/robo-tooling
====================

Robo commands for use to setup, build, test and deploy Drupal projects.

3.0.3(2y ago)013.6k↓50%21MITPHP

Since Mar 21Pushed 2y ago2 watchersCompare

[ Source](https://github.com/SpecbeeLabs/robo-tooling)[ Packagist](https://packagist.org/packages/specbee/robo-tooling)[ RSS](/packages/specbee-robo-tooling/feed)WikiDiscussions 1.x Synced 1mo ago

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

Specbee Robo Tooling
====================

[](#specbee-robo-tooling)

The composer package intends to provide an automation layer using Robo commands to setup, build, test &amp; deploy Drupal applications.

Installation requisites
-----------------------

[](#installation-requisites)

- Lando
- Docker
- PHP &gt;= 7.4
- Composer v2

Creating a new project
----------------------

[](#creating-a-new-project)

The package comes pre-installed with Specbee's Drupal starterkit

```
composer create-project specbee/drupal-starterkit:9.x-dev projname --no-interaction

```

Adding to existing project
--------------------------

[](#adding-to-existing-project)

To add the package to an existing project

```
composer require specbee/robo-tooling:1.x-dev

```

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

[](#configuration)

- Copy the `example.robo.yml` and rename it `robo.yml` to the root directory if not added already
- Update the `robo.yml` to change the configurations based on your requirements.

Once, done run `vendor/bin/robo init-repo` which will:

- Setup Drush aliases
- Configure the Landofile
- Configure Grumphp for checking commits

Usage
-----

[](#usage)

Run `lando start` to spin up the containers used to run the application.

Once the lando containers are running, run the lando command

```
lando robo setup -n

```

This will install a fresh Drupal site using the installation profile *drupal.profile* mentioned in the `robo.yml`. After which if existing configurations are present those will be imported and theme will be build if present.

Tooling
-------

[](#tooling)

The package provides the following tooling commands to automate development tasks.

All the commands can be accessed under lando namespace. `lando robo `

TaskCommandSetup the site from scratch`setup`Running database updates and importing configurations` drupal:update`Sync database and files from remote environment defines under *remote* in `robo.yml``sync:all`Sync database from remote environment defines under *remote* in `robo.yml``sync:db`Sync files from remote environment defines under *remote* in `robo.yml``sync:files`Validate files - Check composer validation, run PHPCS against modules and themes code path set in `robo.yml` under *phpcs.code\_paths* and run SASS Lint in the theme`validate`Validate files - Check composer validation`validate:composer`Validate files - Run PHPCS against modules and themes code path set in `robo.yml` under *phpcs.code\_paths*`validate:phpcs`Validate files - Run SASS Lint in the theme`validate:theme`Initialize and setup Redis caching`init:service:cache`Running all tests`test`Running Behat test`test:behat`Running PHPUnit test`test:phpunit`Run remote deployment procedures`test:deploy`

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~30 days

Recently: every ~49 days

Total

26

Last Release

773d ago

Major Versions

1.7 → 2.02022-08-25

1.x-dev → 2.52022-09-05

2.7 → 3.0.02023-09-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e03458424df4d0bce1b4747d78e0d7ad36da25e5d4923b565f0ab5627521f8b?d=identicon)[SpecbeeLabs](/maintainers/SpecbeeLabs)

---

Top Contributors

[![malabya](https://avatars.githubusercontent.com/u/4988240?v=4)](https://github.com/malabya "malabya (102 commits)")

### Embed Badge

![Health badge](/badges/specbee-robo-tooling/health.svg)

```
[![Health](https://phpackages.com/badges/specbee-robo-tooling/health.svg)](https://phpackages.com/packages/specbee-robo-tooling)
```

###  Alternatives

[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M685](/packages/drush-drush)[chromatic/usher

A collection of Robo commands for use on Chromatic projects.

13534.3k1](/packages/chromatic-usher)[jigarius/drall

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

35105.9k](/packages/jigarius-drall)[metadrop/drupal-boilerplate

Project template for Drupal 9 projects with a relocated document root

281.0k](/packages/metadrop-drupal-boilerplate)[fourkitchens/sous-drupal-project

Starter project for Sous a Drupal distribution featuring a theme based on Emulsify Design System.

151.0k](/packages/fourkitchens-sous-drupal-project)

PHPackages © 2026

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