PHPackages                             rayrutjes/domain-foundation-example-silly - 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. rayrutjes/domain-foundation-example-silly

ActiveLibrary

rayrutjes/domain-foundation-example-silly
=========================================

261PHP

Since Jul 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/RayRutjes/domain-foundation-example-silly)[ Packagist](https://packagist.org/packages/rayrutjes/domain-foundation-example-silly)[ RSS](/packages/rayrutjes-domain-foundation-example-silly/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Event Sourcing Example Based On Silly
-------------------------------------

[](#event-sourcing-example-based-on-silly)

Please discover in this package a very simple application which illustrates the use of the [rayrutjes/domain-foundation](https://github.com/RayRutjes/domain-foundation) library.

We will enhance this example along the road, feel free to suggest features that would illustrate things as best as possible.

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

[](#installation)

Install via composer

```
$ composer require rayrutjes/domain-foundation-example-silly
```

Update your database credentials into `src/Interfaces/bootstrap.php`. *Actually, we have only tested MySQL*

Create your database.

Set up your event store schema:

```
$ php src/Interfaces/Cli/app.php app:install
```

Run Commands
------------

[](#run-commands)

This example is based on the very nice library [Silly](https://github.com/mnapoli/silly) which itself is based on the Symfony console.

To see what commands are available, simply run :

```
$ php src/Interfaces/Cli/app.php
```

To run a specific command, you can run :

```
$ php src/Interfaces/Cli/app.php user:register barbaz
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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/41b2c9ca6c01f18e470d2b1978227f8538e7af7031b8b05235aed5f6e186c2f1?d=identicon)[RayRutjes](/maintainers/RayRutjes)

---

Top Contributors

[![rayrutjes](https://avatars.githubusercontent.com/u/5570853?v=4)](https://github.com/rayrutjes "rayrutjes (5 commits)")[![wysow](https://avatars.githubusercontent.com/u/632747?v=4)](https://github.com/wysow "wysow (1 commits)")

### Embed Badge

![Health badge](/badges/rayrutjes-domain-foundation-example-silly/health.svg)

```
[![Health](https://phpackages.com/badges/rayrutjes-domain-foundation-example-silly/health.svg)](https://phpackages.com/packages/rayrutjes-domain-foundation-example-silly)
```

PHPackages © 2026

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