Basic classes and interfaces for the design pattern CQRS

Maintainers

Package info

github.com/php-design-pattern/cqrs

pkg:composer/php-design-pattern/cqrs

Statistics

Installs: 22

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

8.1.1 2022-09-22 16:51 UTC

This package is auto-updated.

Last update: 2026-02-23 00:30:35 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"