PHPackages                             wayofdev/laravel-cycle-orm-event-sourcing - 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. [Database &amp; ORM](/categories/database)
4. /
5. wayofdev/laravel-cycle-orm-event-sourcing

ActiveLibrary[Database &amp; ORM](/categories/database)

wayofdev/laravel-cycle-orm-event-sourcing
=========================================

Package that provides Cycle ORM integration with EventSauce in Laravel.

v1.3.0(1y ago)24.4k[1 issues](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/issues)[10 PRs](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/pulls)MITPHPPHP ^8.2

Since May 25Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing)[ Packagist](https://packagist.org/packages/wayofdev/laravel-cycle-orm-event-sourcing)[ Docs](https://wayof.dev)[ GitHub Sponsors](https://github.com/wayofdev)[ RSS](/packages/wayofdev-laravel-cycle-orm-event-sourcing/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (16)Versions (112)Used By (0)

[![](https://raw.githubusercontent.com/wayofdev/laravel-cycle-orm-event-sourcing/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only)](https://raw.githubusercontent.com/wayofdev/laravel-cycle-orm-event-sourcing/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only)[![](https://raw.githubusercontent.com/wayofdev/laravel-cycle-orm-event-sourcing/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only)](https://raw.githubusercontent.com/wayofdev/laravel-cycle-orm-event-sourcing/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only)

[![Build Status](https://camo.githubusercontent.com/f64fd2de324a3b0f17c45856c76591b2f3372a3155dc1875f7e039c7e2f68553/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e742e7376673f75726c3d6874747073253341253246253246616374696f6e732d62616467652e6174726f782e6465762532467761796f666465762532466c61726176656c2d6379636c652d6f726d2d6576656e742d736f757263696e672532466261646765267374796c653d666c61742d737175617265)](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/actions)[![Total Downloads](https://camo.githubusercontent.com/9c91f04d0a298a3c43a2a14283d59d4544deaeeffcc1e5c8787e380e681d3a1e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7761796f666465762f6c61726176656c2d6379636c652d6f726d2d6576656e742d736f757263696e673f267374796c653d666c61742d737175617265)](https://packagist.org/packages/wayofdev/laravel-cycle-orm-event-sourcing)[![Latest Stable Version](https://camo.githubusercontent.com/0d034c71f4cececbb83e911771a3b45eb87dc8042abcdb81655cad32f0da5c7f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7761796f666465762f6c61726176656c2d6379636c652d6f726d2d6576656e742d736f757263696e673f267374796c653d666c61742d737175617265)](https://packagist.org/packages/wayofdev/laravel-cycle-orm-event-sourcing)[![Software License](https://camo.githubusercontent.com/ab25e918c3b39d85f7a5c25706de7d337f89c70317a261586575405f27464b76/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7761796f666465762f6c61726176656c2d6379636c652d6f726d2d6576656e742d736f757263696e673f7374796c653d666c61742d73717561726526636f6c6f723d626c7565)](https://packagist.org/packages/wayofdev/laravel-cycle-orm-event-sourcing)[![Commits since latest release](https://camo.githubusercontent.com/15b3ed274bac40bd1d1d723612441c5ea0fc818e51e6c0b0f91746e4cef9e1f1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6d6d6974732d73696e63652f7761796f666465762f6c61726176656c2d6379636c652d6f726d2d6576656e742d736f757263696e672f6c61746573743f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wayofdev/laravel-cycle-orm-event-sourcing)

Laravel Package Template
========================

[](#laravel-package-template)

This is minimal Laravel template which is used by other PHP projects in wayofdev organization.

If you **like/use** this package, please consider **starring** it. Thanks!

[![Screenshot](assets/screenshot.png)](assets/screenshot.png)

💿 Installation
--------------

[](#-installation)

### → Using composer

[](#-using-composer)

Require as dependency:

```
$ composer req wayofdev/laravel-cycle-orm-event-sourcing
```

🧪 Running Tests
---------------

[](#-running-tests)

### → PHPUnit tests

[](#-phpunit-tests)

To run tests, run the following command:

```
$ make test
```

### → Static Analysis

[](#-static-analysis)

Code quality using PHPStan:

```
$ make stan
```

### → Coding Standards Fixing

[](#-coding-standards-fixing)

Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:

```
$ make cs-fix
```

🤝 License
---------

[](#-license)

[![Licence](https://camo.githubusercontent.com/c338c5afe29404bc5c4713e59c4ab0ad596bf89639666a3d937b485a041c41f8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7761796f666465762f6c61726176656c2d6379636c652d6f726d2d6576656e742d736f757263696e673f7374796c653d666f722d7468652d626164676526636f6c6f723d626c7565)](./LICENSE)

🙆🏼‍♂️ Author Information
------------------------

[](#‍️-author-information)

Created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance59

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 68.7% 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 ~4 days

Recently: every ~68 days

Total

99

Last Release

695d ago

PHP version history (2 changes)v1.0.0PHP ^8.1

v1.2.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b9b89df2875f68c4526c716ea968b0831658c3078fabb144cca7336033005d2?d=identicon)[wayofdev](/maintainers/wayofdev)

---

Top Contributors

[![lotyp](https://avatars.githubusercontent.com/u/94047334?v=4)](https://github.com/lotyp "lotyp (213 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (97 commits)")

---

Tags

cycle-ormevent-sourcinglaravel-cycle-ormphpphp8

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wayofdev-laravel-cycle-orm-event-sourcing/health.svg)

```
[![Health](https://phpackages.com/badges/wayofdev-laravel-cycle-orm-event-sourcing/health.svg)](https://phpackages.com/packages/wayofdev-laravel-cycle-orm-event-sourcing)
```

###  Alternatives

[spatie/laravel-backup

A Laravel package to backup your application

6.0k21.8M186](/packages/spatie-laravel-backup)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[kreait/laravel-firebase

A Laravel package for the Firebase PHP Admin SDK

1.3k16.5M42](/packages/kreait-laravel-firebase)[bavix/laravel-wallet

It's easy to work with a virtual wallet.

1.3k1.1M11](/packages/bavix-laravel-wallet)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)

PHPackages © 2026

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