PHPackages                             inoovum/neos-eventstore - 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. inoovum/neos-eventstore

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

inoovum/neos-eventstore
=======================

A Neos Flow wrapper for the inoovum® EventStore PHP SDK

1.0.1(11mo ago)00PHP

Since May 26Pushed 11mo agoCompare

[ Source](https://github.com/inoovum/neos-eventstore)[ Packagist](https://packagist.org/packages/inoovum/neos-eventstore)[ RSS](/packages/inoovum-neos-eventstore/feed)WikiDiscussions main Synced 1mo ago

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

inoovum® EventStore Neos Flow package
=====================================

[](#inoovum-eventstore-neos-flow-package)

A package to enable the use of the inoovum® EventStore with Flow and Neos.

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

[](#installation)

Just run:

```
composer require inoovum/neos-eventstore

```

Configuration
-------------

[](#configuration)

```
Inoovum:
  Neos:
    EventStore:
      apiUrl: 'https://eventstore.domain.tld'
      apiVersion: 'v1'
      authToken: '21add3d2-6efb-4589-9305-e55925e77c43'
```

Usage
-----

[](#usage)

```
use Inoovum\Neos\EventStore\Service\EventStoreService;

#[Flow\Inject]
protected EventStoreService $eventStoreService;

// Use the EventStore methods

// Stream events (array of CloudEvents)
$events = $this->eventStoreService->streamEvents('/customer');

// Commit events
$events = [
    [
        'subject' => '/customer',
        'type' => 'added',
        'data' => [
            'firstName' => 'Bruce',
            'lastName' => 'Wayne',
            'emailAddress' => 'bruce.wayne@enterprise.wayne'
        ]
    ],
    [
        'subject' => '/customer',
        'type' => 'added',
        'data' => [
            'firstName' => 'Alfred',
            'lastName' => 'Pennyworth',
            'emailAddress' => 'alfred.pennyworth@enterprise.wayne'
        ]
    ],
    [
        'subject' => '/customer/fed2902d-0135-460d-8605-263a06308448',
        'type' => 'personalDataChanged',
        'data' => [
            'firstName' => 'Angus',
            'lastName' => 'MacGyer',
            'emailAddress' => 'angus.macgyer@phoenix.foundation'
        ]
    ]
];
$this->eventStoreService->commitEvents($events);

// Use the EventStore status methods
$this->eventStoreService->audit();
$this->eventStoreService->ping();
```

Author
------

[](#author)

- E-Mail:
- URL:

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance50

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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

351d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b158a46900ca5513e89515b9c0843008f1bee0b40ff82a94562c40e1b62472f?d=identicon)[inoovum](/maintainers/inoovum)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/inoovum-neos-eventstore/health.svg)

```
[![Health](https://phpackages.com/badges/inoovum-neos-eventstore/health.svg)](https://phpackages.com/packages/inoovum-neos-eventstore)
```

###  Alternatives

[neos/eel

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

122.0M27](/packages/neos-eel)[neos/form

Extensible and flexible API for building web forms

18853.0k40](/packages/neos-form)[neos/fusion-form

Fusion Form

19724.3k31](/packages/neos-fusion-form)[ttree/scheduler

Simple task scheduler for Neos Flow Framework

21108.8k1](/packages/ttree-scheduler)[avency/neos-vardump

Neos VarDump Package

147.1k](/packages/avency-neos-vardump)[flowpack/task

A Task scheduler for Neos Flow

1136.3k1](/packages/flowpack-task)

PHPackages © 2026

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