PHPackages                             reun/moon-config - 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. reun/moon-config

ActiveLibrary

reun/moon-config
================

Reun Media moon configuration

0.2.0(6mo ago)00MITShell

Since Oct 30Pushed 6mo agoCompare

[ Source](https://github.com/ReunMedia/moon-config)[ Packagist](https://packagist.org/packages/reun/moon-config)[ RSS](/packages/reun-moon-config/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Reun Media moon Configuration
=============================

[](#reun-media-moon-configuration)

[![NPM Version](https://camo.githubusercontent.com/3ac8ec520e08de94f34ae35f90709f707e5a0031435a034d315093b58e952798/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f2534307265756e6d656469612532466d6f6f6e2d636f6e666967)](https://www.npmjs.com/package/@reunmedia/moon-config)[![Packagist Version](https://camo.githubusercontent.com/a9537ab6488d8c533d36e44ac106adccfbd23efa15592dbc0d860e7ffb54a73f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7265756e2f6d6f6f6e2d636f6e666967)](https://packagist.org/packages/reun/moon-config)

Reun Media [moon](https://moonrepo.dev/moon) configuration.

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

[](#installation)

### Requirements

[](#requirements)

- moon binary available in `PATH`

A [global installation](https://moonrepo.dev/docs/install) of moon is recommended. If moon is installed locally (e.g. via npm), it must still be available in `PATH`.

### From npm

[](#from-npm)

```
bun add -D @reunmedia/moon-config
```

### With Composer

[](#with-composer)

```
composer require --dev reun/moon-config
```

### Manually

[](#manually)

Copy desired configuration files manually from `.moon/**` to your project.

Usage
-----

[](#usage)

Initialize moon:

```
moon init
```

Run the included script to generate moon configuration files. The location of the script depends on how you installed the package.

Note: The script requires Bash to run. Refer to [manual installation](#manually)if you aren't running Bash.

```
# npm installation
bun reun-moon-config
```

```
# Composer installation
./vendor/bin/reun-moon-config
```

### Enable Git hooks

[](#enable-git-hooks)

Git hooks are not enabled by default and must be synced manually.

```
moon sync hooks
```

### Task package dependencies

[](#task-package-dependencies)

Most tasks require specific dependencies to be installed. See the comments in `.moon/**/*.yml` for list of packages to install. You may [disable specific tasks](#disabling-specific-tasks-in-project) to avoid installing all dependencies.

### Disabling specific tasks in project

[](#disabling-specific-tasks-in-project)

If you don't want or can't use specific tasks in projects e.g. due to missing dependencies, you can exclude them in local project's `moon.yml`:

```
# Example of a PHP project without `php-cs-fixer`, `phpstan` and `package.json`
workspace:
  inheritedTasks:
    exclude:
      - php-cs-fixer
      - phpstan
      - lint-package-json
```

Upgrading
---------

[](#upgrading)

[Clean](https://moonrepo.dev/docs/commands/clean) moon cache to refresh tasks after upgrading to a new version.

```
moon clean --lifetime 0
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance66

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity26

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

Every ~0 days

Total

2

Last Release

199d ago

### Community

Maintainers

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

---

Top Contributors

[![Cryszon](https://avatars.githubusercontent.com/u/5220970?v=4)](https://github.com/Cryszon "Cryszon (28 commits)")

### Embed Badge

![Health badge](/badges/reun-moon-config/health.svg)

```
[![Health](https://phpackages.com/badges/reun-moon-config/health.svg)](https://phpackages.com/packages/reun-moon-config)
```

PHPackages © 2026

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