wayofdev / laravel-cycle-orm-event-sourcing
Package that provides Cycle ORM integration with EventSauce in Laravel.
Package info
github.com/wayofdev/laravel-cycle-orm-event-sourcing
pkg:composer/wayofdev/laravel-cycle-orm-event-sourcing
Fund package maintenance!
v1.3.0
2024-06-13 14:57 UTC
Requires
- php: ^8.2
- ext-decimal: *
- ext-json: *
- beberlei/assert: ^3.3
- eventsauce/eventsauce: ^3.6
- illuminate/contracts: ^10.13 || ^11.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.42
- larastan/larastan: ^2.9
- orchestra/testbench: ^8.5
- pestphp/pest: ^2.6
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^10.2
- roave/security-advisories: dev-latest
- wayofdev/cs-fixer-config: ^1.2
This package is auto-updated.
Last update: 2026-06-23 17:32:32 UTC
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:
$ composer req wayofdev/laravel-cycle-orm-event-sourcing
๐งช Running Tests
โ PHPUnit tests
To run tests, run the following command:
$ make test
โ Static Analysis
Code quality using PHPStan:
$ make stan
โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
$ make cs-fix
๐ค License
๐๐ผโโ๏ธ Author Information
Created in 2022 by lotyp / wayofdev
