Basic classes and interfaces for the design pattern CQRS

Installs: 22

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/php-design-pattern/cqrs

8.1.1 2022-09-22 16:51 UTC

This package is auto-updated.

Last update: 2025-09-22 23:41:58 UTC


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 the composer.json file the line "php-design-pattern/cqrs": "^5.6"

For PHP 8.0

  • Add in the require section of the composer.json file the line "php-design-pattern/cqrs": "^8.0"

For PHP 8.1

  • Add in the require section of the composer.json file the line "php-design-pattern/cqrs": "^8.1"