PHPackages                             recipe-runner/module-template - 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. recipe-runner/module-template

ActiveLibrary

recipe-runner/module-template
=============================

A module for Recipe Runner

01PHP

Since Sep 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/recipe-runner/module-template)[ Packagist](https://packagist.org/packages/recipe-runner/module-template)[ RSS](/packages/recipe-runner-module-template/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Module Name
===========

[](#module-name)

Description of the module goes here.

**Please, review all the files before first commit.**

Requires
--------

[](#requires)

- PHP +7.2
- [Recipe Runner](https://github.com/recipe-runner/recipe-runner)

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

[](#installation)

Create a recipe and add the module to the `packages` section:

```
name: "Your recipe name"
extra:
  rr:
    packages:
      "vendor-name/module-name": "1.0.x-dev"
```

Methods
-------

[](#methods)

### method\_name

[](#method_name)

Description of the method goes here. Types allowed: `number`, `string`, `array`, `null`

**Parameters**

- **parameter1** (`type`) Description of the *parameter1*.
- **parameter2** (`type`) Description of the *parameter2*.

**Return values**

- **name1** (`type`) Description of the *name1*

**Examples**

```
steps:
  - actions:
      - method_name: "bla bla"
```

For module developers
---------------------

[](#for-module-developers)

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

```
$ composer require vendor-name/module-name
```

### Unit tests

[](#unit-tests)

You can run the unit tests with the following command:

```
$ cd module-dir
$ composer test
```

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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.

### 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 (3 commits)")

### Embed Badge

![Health badge](/badges/recipe-runner-module-template/health.svg)

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

PHPackages © 2026

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