aggrego / command-consumer
v0.3.2
2019-07-18 21:41 UTC
Requires
- php: >=7.1
- beberlei/assert: ^3.0
- timitao/value-object: ^0
Requires (Dev)
- phpspec/phpspec: ^5.1
This package is auto-updated.
Last update: 2021-09-19 02:52:00 UTC
README
CommandConsumer
This library is a core concept of communication via commands.
Assumptions
- Command are unique and need to be recognized via
Uuid
, - Commands don't return any response - they are or not executed simply,
- Each command should be able to recreate class via implements
Serializable
.
Response:
- suggest that depends on implemented
Command
type, should follow rules forCQRS
. Mostly relied source.
Versioning
Staring version 1.0.0
, will follow Semantic Versioning v2.0.0.
Contributors
- Tomasz Kunicki TimiTao [lead developer]