PHPackages                             recipe-runner/rr-cli - 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. recipe-runner/rr-cli

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

recipe-runner/rr-cli
====================

1.0.0-alpha1(6y ago)17MITPHPPHP ^7.2CI failing

Since Sep 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/recipe-runner/rr-cli)[ Packagist](https://packagist.org/packages/recipe-runner/rr-cli)[ Docs](https://github.com/recipe-runner)[ RSS](/packages/recipe-runner-rr-cli/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

RR - Recipe Runner CLI tool
===========================

[](#rr---recipe-runner-cli-tool)

[![Build Status](https://camo.githubusercontent.com/5b8adb6b5174a4823bdb384c0c1625ff2d91ee63468129d73423b950713a148f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7265636970652d72756e6e65722f72722d636c692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/recipe-runner/rr-cli)

Requires
--------

[](#requires)

- PHP +7.3
- Composer +1.9

Installation
------------

[](#installation)

The preferred installation method is [composer](https://getcomposer.org):

```
composer require recipe-runner/rr-cli
```

Usage
-----

[](#usage)

Inside the folder `./bin`, there is an executable file called `rr`

```
./bin/rr

```

### Run your first recipe

[](#run-your-first-recipe)

1. Copy the following YAML code into a file called `example.rr.yml`:

```
name: "Very simple example using IO module"

extra:
  rr:
    packages:
      "recipe-runner/io-module": "1.0.x-dev"
steps:
    - actions:
        - name: "Greeting"
          write: "Hi user. Welcome :)"
        - ask: "How are you? "
          register: "response"
        - write: "The Response was: '{{response['response']}}'"
```

2. Run the recipe:

```
./bin/rr run example.rr.yml

```

Unit tests
----------

[](#unit-tests)

You can run the unit tests with the following command:

```
$ cd rr-cli
$ composer test
```

License
-------

[](#license)

This library is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

2431d ago

### Community

Maintainers

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

---

Top Contributors

[![yosymfony](https://avatars.githubusercontent.com/u/3321099?v=4)](https://github.com/yosymfony "yosymfony (24 commits)")

---

Tags

automationphprecipe-runneryamlcliyamlrecipe runner

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/recipe-runner-rr-cli/health.svg)

```
[![Health](https://phpackages.com/badges/recipe-runner-rr-cli/health.svg)](https://phpackages.com/packages/recipe-runner-rr-cli)
```

###  Alternatives

[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[acquia/orca

A tool for testing a company's software packages together in the context of a realistic, functioning, best practices Drupal build

32902.4k](/packages/acquia-orca)[mahocommerce/maho

Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+

1322.1k12](/packages/mahocommerce-maho)[access9/dbtabledump

The database table dumper

1014.0k](/packages/access9-dbtabledump)

PHPackages © 2026

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