PHPackages                             wwwision/markwhen - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wwwision/markwhen

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

wwwision/markwhen
=================

Projection that can render the state of the Event Sourced Content Repository into markwhen.com syntax

0.2.0(3y ago)00MITPHP

Since Apr 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bwaidelich/Wwwision.Markwhen)[ Packagist](https://packagist.org/packages/wwwision/markwhen)[ GitHub Sponsors](https://github.com/sponsors/bwaidelich)[ Fund](https://www.paypal.me/bwaidelich)[ RSS](/packages/wwwision-markwhen/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Wwwision.Markwhen
=================

[](#wwwisionmarkwhen)

Projection that can render the state of the Event Sourced Content Repository into [markwhen](https://markwhen.com) syntax

> **Warning**This package mostly serves as demonstration on how to write a simple [Event Sourced Content Repository](https://docs.neos.io/guide/contributing-to-neos/event-sourced-content-repository) projection It's probably not very useful in its current form, but feel free to copy and adjust it to your needs!

Usage
-----

[](#usage)

### Installation

[](#installation)

install via [composer](https://getcomposer.org):

```
composer require wwwision/markwhen
```

> **Note**At the time of writing, a couple of required packages are not yet available on packagist You can download those from GitHub to your distribution folder: and install everything via `composer require wwwision/markwhen neos/contentrepositoryregistry:@dev neos/contentgraph-doctrinedbaladapter:@dev neos/contentgraph-postgresqladapter:@dev`

Afterwards you can replay the projection to built up its initial state:

```
./flow cr:replay markwhen
```

Once the state is persisted, you can call

```
./flow markwhen:render
```

to turn it into markwhen syntax. This will output the result to the console output directly, but you can store it into a file with:

```
./flow markwhen:render > out.mw
```

With the help of the [Markwhen CLI](https://docs.markwhen.com/cli.html) tool you can turn that into a timeline or calendar:

```
mw out.mv -d timeline.html
mw out.mv -d calendar.html
```

Or pipe the output of the render command to `mw` directly:

```
./flow markwhen:render | mw /dev/stdin -d timeline.html
```

Files in this package
---------------------

[](#files-in-this-package)

- [MarkwhenCommandController.php](Classes/Command/MarkwhenCommandController.php): Flow CLI controller that provides the `markwhen:*` commands
- [MarkwhenProjection.php](Classes/MarkwhenProjection.php): The actual Content Repository projection
- [MarkwhenProjectionFactory.php](Classes/MarkwhenProjectionFactory.php): Simple factory for the projection that is configured with the Content Repository Registry
- [MarkwhenProjectionState.php](Classes/MarkwhenProjectionState.php): PHP class that holds the state of the projection and can be turned into (and restored from) JSON
- [Settings.yaml](Configuration/Settings.yaml): Configuration for this package, registering the projection with the "default" Content Repository

Different Content Repository
----------------------------

[](#different-content-repository)

This package registers the `MarkwhenProjection` with the `default` content repository. To register it to a different instance, you can adjust the settings accordingly:

```
Neos:
  ContentRepositoryRegistry:
    contentRepositories:
      'acme':
        projections:
          'Wwwision.Markwhen:Markwhen':
            factoryObjectName: Wwwision\Markwhen\MarkwhenProjectionFactory
```

Or you register it with a Content Repository **preset** so that it can be used in multiple CRs without additional configuration (see [docs.neos.io](https://docs.neos.io/guide/manual/content-repository/configuration):

```
Neos:
  ContentRepositoryRegistry:
    presets:
      'somePreset':
        projections:
          'Wwwision.Markwhen:Markwhen':
            factoryObjectName: Wwwision\Markwhen\MarkwhenProjectionFactory
```

Don't forget to specify the Content Repository ID for the commands:

```
./flow cr:replay markwhen --content-repository acme
./flow markwhen:render --content-repository acme
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1164d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/307571?v=4)[Bastian Waidelich](/maintainers/bwaidelich)[@bwaidelich](https://github.com/bwaidelich)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wwwision-markwhen/health.svg)

```
[![Health](https://phpackages.com/badges/wwwision-markwhen/health.svg)](https://phpackages.com/packages/wwwision-markwhen)
```

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1151.0M777](/packages/neos-neos)[flowpack/elasticsearch-contentrepositoryadaptor

This package provides functionality for using Elasticsearch on top of Neos.ContentRepository.Search

42398.4k10](/packages/flowpack-elasticsearch-contentrepositoryadaptor)[neos/eel

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages

122.2M36](/packages/neos-eel)[neos/fusion-form

Fusion Form

19776.4k47](/packages/neos-fusion-form)[sitegeist/taxonomy

Manage vocabularies and taxonomies as separate node-hierarchy.

1595.1k1](/packages/sitegeist-taxonomy)[avency/neos-vardump

Neos VarDump Package

147.2k](/packages/avency-neos-vardump)

PHPackages © 2026

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