Download the PHP package kartenmacherei/cqrs-framework without Composer
On this page you can find all versions of the php package kartenmacherei/cqrs-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kartenmacherei/cqrs-framework
More information about kartenmacherei/cqrs-framework
Files in kartenmacherei/cqrs-framework
Download kartenmacherei/cqrs-framework
More information about kartenmacherei/cqrs-framework
Files in kartenmacherei/cqrs-framework
Vendor kartenmacherei
Package cqrs-framework
Short Description Micro framework for creating CQRS applications
License MIT
Homepage https://bitbucket.org/kartenmacherei/cqrs-framework
Package cqrs-framework
Short Description Micro framework for creating CQRS applications
License MIT
Homepage https://bitbucket.org/kartenmacherei/cqrs-framework
Please rate this library. Is it a good library?
Informations about the package cqrs-framework
CQRS Framework
The goal of this framework is to enable us to quickly bootstrap new CQRS Services while sticking to our very strict coding guidelines. This especially means that any kind of magic should be avoided.
Components
Request
- Currently Supports only HTTP
get
andpost
verbs.
PostRoute
- Determines if it is responsible for routing a given URL.
- Returns a
Command
Command
- Changes the state of a resource (like creating or updating)
GetRoute
- Determines if it is responsible for routing a given URL.
- Returns a
Query
Query
- Does not change the state of a resource and only returns existing data.
Using the Framework
Requirements
- Composer
- PHP 7.0+
Add the Framework to your composer.json:
Connect your code to the Framework:
License
This software is licensed under the terms of the MIT license. See LICENSE.md for the full license.
All versions of cqrs-framework with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package kartenmacherei/cqrs-framework contains the following files
Loading the files please wait ....