PHPackages                             cron-eu/neos-monoclepreviewsite - 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. cron-eu/neos-monoclepreviewsite

ActiveNeos-site

cron-eu/neos-monoclepreviewsite
===============================

1.1(4y ago)04181MITPHP

Since Jul 24Pushed 3y agoCompare

[ Source](https://github.com/cron-eu/neos-monoclepreviewsite)[ Packagist](https://packagist.org/packages/cron-eu/neos-monoclepreviewsite)[ RSS](/packages/cron-eu-neos-monoclepreviewsite/feed)WikiDiscussions master Synced yesterday

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

Monocle Preview Site
====================

[](#monocle-preview-site)

This is simply an empty neos-site to be able to preview monocle styleguides provided in neos-packages.

Just require this package and you get:

- Monocle dependency installed
- Styleguides from your neos-packages rendered (else you get an exception about a missing site)
- A routing from "/" to the monocle preview backend

Some pieces of this might be obsoleted in later versions of Monocle. See:

- [sitegeist/Sitegeist.Monocle#115](https://github.com/sitegeist/Sitegeist.Monocle/issues/115)
- [sitegeist/Sitegeist.Monocle#109](https://github.com/sitegeist/Sitegeist.Monocle/issues/109)

Usage in CI
-----------

[](#usage-in-ci)

You have a frontend neos-package and want to use Monocle in CI, this might help to get you started (instead of creating a dummy "base distribution").

Your package doesn't even need to require Monocle (as you won't need it in production anyway):

```
{
  "name": "vendor/your-frontend-package",
  "type": "neos-package",
  "require": {
    "neos/neos": "^4.3",
    "neos/fusion-afx": "^1.4",
    "packagefactory/atomicfusion-proptypes": "^1.3"
  },
  ...
  "scripts": {
    "post-cmds": [
      "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
      "rm -rf Packages/Application/CRON.DavPtaheute.Frontend && mkdir -p Packages/Application/ && ln -s ../../ Packages/Application/CRON.DavPtaheute.Frontend"
    ],
    "post-update-cmd": "@post-cmds",
    "post-install-cmd": "@post-cmds",
    "post-package-update": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall",
    "post-package-install": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall"
  }
}
```

Now you can do this in CI:

```
composer require "cron/neos-monoclepreviewsite"

```

And you will get a fully working Monocle installation ready to use.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~134 days

Total

5

Last Release

1582d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5801b90b48cb23858da283af072119996ff293c67f767f299bc6e5fd6ba5a1fa?d=identicon)[baschny](/maintainers/baschny)

![](https://avatars.githubusercontent.com/u/6108134?v=4)[Remus Lazar](/maintainers/remuslazar)[@remuslazar](https://github.com/remuslazar)

---

Top Contributors

[![baschny](https://avatars.githubusercontent.com/u/337581?v=4)](https://github.com/baschny "baschny (7 commits)")[![marco-wildermuth](https://avatars.githubusercontent.com/u/60606559?v=4)](https://github.com/marco-wildermuth "marco-wildermuth (1 commits)")

### Embed Badge

![Health badge](/badges/cron-eu-neos-monoclepreviewsite/health.svg)

```
[![Health](https://phpackages.com/badges/cron-eu-neos-monoclepreviewsite/health.svg)](https://phpackages.com/packages/cron-eu-neos-monoclepreviewsite)
```

PHPackages © 2026

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