https://github.com/wayofdev/laravel-cycle-orm-event-sourcing
Package that provides Cycle ORM integration with EventSauce in Laravel
https://github.com/wayofdev/laravel-cycle-orm-event-sourcing
cycle-orm event-sourcing laravel-cycle-orm php php8
Last synced: 3 months ago
JSON representation
Package that provides Cycle ORM integration with EventSauce in Laravel
- Host: GitHub
- URL: https://github.com/wayofdev/laravel-cycle-orm-event-sourcing
- Owner: wayofdev
- License: mit
- Created: 2023-05-25T12:52:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-11-20T17:59:29.000Z (5 months ago)
- Last Synced: 2025-11-27T16:44:34.045Z (4 months ago)
- Topics: cycle-orm, event-sourcing, laravel-cycle-orm, php, php8
- Language: PHP
- Homepage: https://wayof.dev
- Size: 789 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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!

## ๐ฟ Installation
### โ Using composer
Require as dependency:
```bash
$ composer req wayofdev/laravel-cycle-orm-event-sourcing
```
## ๐งช Running Tests
### โ PHPUnit tests
To run tests, run the following command:
```bash
$ make test
```
### โ Static Analysis
Code quality using PHPStan:
```bash
$ make stan
```
### โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
```bash
$ make cs-fix
```
## ๐ค License
[](./LICENSE)
## ๐๐ผโโ๏ธ Author Information
Created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)