Skip to content

php-design-pattern/cqrs

Repository files navigation

Design Pattern - CQRS (Command Query Responsibility Segregation)

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"

About

Interfaces for the design pattern CQRS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages