PHPackages                             artisansdk/event - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. artisansdk/event

ActiveLibrary[Queues &amp; Workers](/categories/queues)

artisansdk/event
================

A foundational package for Event Sourcing (ES) using an Event Store database, compatible with Laravel.

11.7kPHP

Since Jul 10Pushed 2y ago2 watchersCompare

[ Source](https://github.com/artisansdk/event)[ Packagist](https://packagist.org/packages/artisansdk/event)[ RSS](/packages/artisansdk-event/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Event Store
===========

[](#event-store)

A foundational package for Event Sourcing (ES) using an Event Store database, compatible with Laravel.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage Guide](#usage-guide)
- [Running the Tests](#running-the-tests)
- [Licensing](#licensing)

Installation
============

[](#installation)

The package installs into a PHP application like any other PHP package:

```
composer require artisansdk/event
```

Usage Guide
===========

[](#usage-guide)

The common use cases for this package should be documented including any troubleshooting.

Running the Tests
=================

[](#running-the-tests)

The package is unit tested with 100% line coverage and path coverage. You can run the tests by simply cloning the source, installing the dependencies, and then running `./vendor/bin/phpunit`. Additionally included in the developer dependencies are some Composer scripts which can assist with Code Styling and coverage reporting:

```
composer test
composer watch
composer fix
composer report
```

See the `composer.json` for more details on their execution and reporting output. Note that `composer watch` relies upon [`watchman-make`](https://facebook.github.io/watchman/docs/install.html). Additionally `composer report` assumes a Unix system to run line coverage reporting. Configure the command setting the value for `min = 80` to set your minimum line coverage requirements.

Licensing
=========

[](#licensing)

Copyright (c) 2019-2023 [Artisan Made](http://artisanmade.io)

This package is released under the MIT license. Please see the LICENSE file distributed with every copy of the code for commercial licensing terms.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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/666d86ac1ee40735fd5eff2c8d7440d2021f5433217d74c101e7b1e39d611eed?d=identicon)[dalabarge](/maintainers/dalabarge)

---

Top Contributors

[![dalabarge](https://avatars.githubusercontent.com/u/879419?v=4)](https://github.com/dalabarge "dalabarge (1 commits)")[![Elefi](https://avatars.githubusercontent.com/u/2480591?v=4)](https://github.com/Elefi "Elefi (1 commits)")

### Embed Badge

![Health badge](/badges/artisansdk-event/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)

PHPackages © 2026

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