PHPackages                             phauthentic/snapshot-store - 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. phauthentic/snapshot-store

ActiveLibrary

phauthentic/snapshot-store
==========================

01611PHP

Since Jul 19Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Phauthentic/snapshot-store)[ Packagist](https://packagist.org/packages/phauthentic/snapshot-store)[ RSS](/packages/phauthentic-snapshot-store/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (1)

Event Sourcing Snapshot Store
=============================

[](#event-sourcing-snapshot-store)

This is a snapshot store for the [Phauthentic event sourcing library](https://github.com/phauthentic/event-sourcing).

Snapshotting is a technique used to reduce the number of events that need to be replayed to reconstitute an aggregate. Snapshots are taken periodically and stored in a snapshot store. When an aggregate is loaded, the snapshot is loaded first and then the events are replayed on top of the snapshot.

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

[](#installation)

```
composer require phauthentic/snapshot-store
```

Running tests:

```
docker compose up
docker exec -it phpunit-container bin/phpunit
```

Documentation
-------------

[](#documentation)

Please start by reading [docs/index.md](/docs/index.md) in this repository.

License
-------

[](#license)

Copyright Florian Krämer

Licensed under the [MIT license](license.txt).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance56

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity20

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/2bef35c03b7865d9cad45c22e54eb6fe8f5fc84a4ff64d47cc0f7a1ef28dbe85?d=identicon)[floriankraemer](/maintainers/floriankraemer)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/phauthentic-snapshot-store/health.svg)

```
[![Health](https://phpackages.com/badges/phauthentic-snapshot-store/health.svg)](https://phpackages.com/packages/phauthentic-snapshot-store)
```

PHPackages © 2026

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