PHPackages                             imi/robo-laravel - 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. imi/robo-laravel

ActiveLibrary[CLI &amp; Console](/categories/cli)

imi/robo-laravel
================

Laravel Tasks for Robo task runner

1.2.0(8y ago)012611MITPHP

Since Aug 29Pushed 5y ago8 watchersCompare

[ Source](https://github.com/iMi-digital/robo-laravel)[ Packagist](https://packagist.org/packages/imi/robo-laravel)[ RSS](/packages/imi-robo-laravel/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (12)Used By (1)

Robo Wrapper for Laravel
========================

[](#robo-wrapper-for-laravel)

This is (currentl very thin) wrapper around laravel projects for using it in the Robo task runner.

Commands
--------

[](#commands)

### Execute artisan

[](#execute-artisan)

```
$this->taskArtisanStack()->exec($command)->run();

```

Shortcut for the above:

```
$this->_artisan($command);

```

### Flush Caches

[](#flush-caches)

Adds only to the stack, so you can run additional commands

```
$this->taskArtisanStack()->addCacheFlush()->run();

```

Shortcut for the above:

```
$this->_artisanCacheFlush($command);

```

### Write .env File

[](#write-env-file)

Writes the env file with the values from the setup. Of course you can add additional mappings as a secound parameter.

Currently RegExp replacing is done. Sooner or later we might use for this task (which does not keep comments, that's why we use the own method)

```
$this->_writeEnvFile($this->askSetup());

```

### Update IDE Helper

[](#update-ide-helper)

Needs

```
$this->taskArtisanStack()->addUpdateIdeHelper()->run();

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~29 days

Recently: every ~58 days

Total

9

Last Release

2942d ago

Major Versions

0.2.0 → 1.0.02017-08-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e83b21f6b852a0a527372174187cc61c74cbbfbdb34df74816ef77736224fff?d=identicon)[imi](/maintainers/imi)

---

Top Contributors

[![amenk](https://avatars.githubusercontent.com/u/1087128?v=4)](https://github.com/amenk "amenk (10 commits)")[![DanieliMi](https://avatars.githubusercontent.com/u/31039652?v=4)](https://github.com/DanieliMi "DanieliMi (2 commits)")

---

Tags

hacktoberfest

### Embed Badge

![Health badge](/badges/imi-robo-laravel/health.svg)

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

###  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.4M683](/packages/drush-drush)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M13](/packages/pantheon-systems-terminus)[chromatic/usher

A collection of Robo commands for use on Chromatic projects.

13534.3k1](/packages/chromatic-usher)[openeuropa/task-runner

PHP task runner based on Robo, focused on extensibility.

37208.7k14](/packages/openeuropa-task-runner)[boedah/robo-drush

Drush CommandStack for Robo Task Runner

22344.5k4](/packages/boedah-robo-drush)[typhonius/acquia_cli

A Robo CLI tool for integrating with Acquia CloudAPI

3132.6k](/packages/typhonius-acquia-cli)

PHPackages © 2026

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