Download the PHP package dhii/cqrs-resource-model-interface without Composer
On this page you can find all versions of the php package dhii/cqrs-resource-model-interface. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dhii/cqrs-resource-model-interface
More information about dhii/cqrs-resource-model-interface
Files in dhii/cqrs-resource-model-interface
Download dhii/cqrs-resource-model-interface
More information about dhii/cqrs-resource-model-interface
Files in dhii/cqrs-resource-model-interface
Vendor dhii
Package cqrs-resource-model-interface
Short Description Interfaces for a CQRS approach to resource models.
License MIT
Package cqrs-resource-model-interface
Short Description Interfaces for a CQRS approach to resource models.
License MIT
Please rate this library. Is it a good library?
Informations about the package cqrs-resource-model-interface
Dhii - Storage - CQRS Resource Model - Interface
Details
Interfaces for a CQRS approach to resource models.
Interfaces
SelectCapableInterface
- Interface for objects that can retrieve records from storage, optionally limiting the result to only records that satisfy a given condition represented as an arbitrary tree of expressions.InsertCapableInterface
- Interface for objects that can insert one or more records into storage. Various container types are supported.UpdateCapableInterface
- Interface for objects that can update records in storage, optionally limited to records that satisfy a given condition represented as an arbitrary tree of expressions.DeleteCapableInterface
- Interface for objects that can delete records from storage, optionally limited to records that satisfy a given condition represented as an arbitrary tree of expressions.
Usage
All versions of cqrs-resource-model-interface with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.3 | ^7.0
The package dhii/cqrs-resource-model-interface contains the following files
Loading the files please wait ....