Download the PHP package open-solid/cqs without Composer
On this page you can find all versions of the php package open-solid/cqs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download open-solid/cqs
More information about open-solid/cqs
Files in open-solid/cqs
Download open-solid/cqs
More information about open-solid/cqs
Files in open-solid/cqs
Vendor open-solid
Package cqs
Short Description Contract for Command Query Separation pattern
License MIT
Package cqs
Short Description Contract for Command Query Separation pattern
License MIT
Please rate this library. Is it a good library?
Informations about the package cqs
Command-Query Separation implementation
Command-Query Separation (CQS) is a principle in software design that states a function should either be a command that performs an action (modifies state) or a query that returns data, but not both. This separation ensures clarity and predictability in code. Commands alter the state of the system, while queries provide information without causing side effects.
See more https://martinfowler.com/bliki/CommandQuerySeparation.html
Installation
License
This software is published under the MIT License
All versions of cqs with dependencies
PHP Build Version
Package Version
The package open-solid/cqs contains the following files
Loading the files please wait ....