php-design-pattern / cqrs
Basic classes and interfaces for the design pattern CQRS
8.1.1
2022-09-22 16:51 UTC
Requires
- php: ^8.1.0
Requires (Dev)
README
Basic classes and interfaces for the CQRS Design Pattern. This module provides the minimum classes and interfaces to implement and use the CQRS pattern.
Installation
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"