Basic classes and interfaces for the CQRS Design Pattern. This module provides the minimum classes and interfaces to implement and use the CQRS pattern.
For PHP 5.6
- Add in the
require
section of thecomposer.json
file the line"php-design-pattern/cqrs": "^5.6"
For PHP 8.0
- Add in the
require
section of thecomposer.json
file the line"php-design-pattern/cqrs": "^8.0"
For PHP 8.1
- Add in the
require
section of thecomposer.json
file the line"php-design-pattern/cqrs": "^8.1"