wayofdev / laravel-cycle-orm-event-sourcing
Package that provides Cycle ORM integration with EventSauce in Laravel.
Fund package maintenance!
wayofdev
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
- dev-master
- v1.3.0
- v1.2.81
- v1.2.80
- v1.2.79
- v1.2.78
- v1.2.77
- v1.2.76
- v1.2.75
- v1.2.74
- v1.2.73
- v1.2.72
- v1.2.71
- v1.2.70
- v1.2.69
- v1.2.68
- v1.2.67
- v1.2.66
- v1.2.65
- v1.2.64
- v1.2.63
- v1.2.62
- v1.2.61
- v1.2.60
- v1.2.59
- v1.2.58
- v1.2.57
- v1.2.56
- v1.2.55
- v1.2.54
- v1.2.53
- v1.2.52
- v1.2.51
- v1.2.50
- v1.2.49
- v1.2.48
- v1.2.47
- v1.2.46
- v1.2.45
- v1.2.44
- v1.2.43
- v1.2.42
- v1.2.41
- v1.2.40
- v1.2.39
- v1.2.38
- v1.2.37
- v1.2.36
- v1.2.35
- v1.2.34
- v1.2.33
- v1.2.32
- v1.2.31
- v1.2.30
- v1.2.29
- v1.2.28
- v1.2.27
- v1.2.26
- v1.2.25
- v1.2.24
- v1.2.23
- v1.2.22
- v1.2.21
- v1.2.20
- v1.2.19
- v1.2.18
- v1.2.17
- v1.2.16
- v1.2.15
- v1.2.14
- v1.2.13
- v1.2.12
- v1.2.11
- v1.2.10
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.14
- v1.1.13
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- dev-renovate/phpstan-packages
- dev-renovate/orchestra-testbench-9.x
- dev-renovate/ergebnis-composer-normalize-2.x-lockfile
- dev-renovate/pestphp-pest-plugin-laravel-3.x
- dev-renovate/pestphp-pest-3.x
- dev-renovate/pestphp-pest-2.x-lockfile
- dev-renovate/orchestra-testbench-8.x-lockfile
- dev-renovate/wayofdev-cs-fixer-config-1.x-lockfile
- dev-renovate/phpunit-phpunit-11.x
- dev-renovate/actions-cache-4.x
This package is auto-updated.
Last update: 2024-11-02 20:00:30 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