mmasiukevich / cqrs
This package is abandoned and no longer maintained.
No replacement package was suggested.
Command Query Responsibility Segregation implementation
dev-master / 0.1.x-dev
2017-12-28 13:00 UTC
Requires
- php: >=7.1
- mmasiukevich/domain-common: ^0.1
- mmasiukevich/infrastructure: ^0.1
- psr/log: ~1.0
Requires (Dev)
- doctrine/annotations: v1.5.0
- doctrine/cache: v1.7.1
- phpstan/phpstan: ^0.9.1
- phpunit/phpunit: ^6.2
- symfony/debug: v3.3.10
- symfony/validator: v3.3.10
Suggests
- doctrine/annotations: Enabling annotation based constraint mapping
- doctrine/cache: Enabling annotation based constraint mapping
- monolog/monolog: Logger implementation
- symfony/debug: Provides error handler
- symfony/validator: Provides message payload validation behavior
This package is not auto-updated.
Last update: 2018-01-07 14:32:00 UTC
README
This component is part of the cqrs/event sourcing framework
Installation
You can install package via composer by adding "mmasiukevich/cqrs": "^0.1"
as requirement to your composer.json.