PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Cydrick Nonog   PHP Domain Driven Design Common Interfaces   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Domain Driven Design Common Interfaces
Provide interfaces to implement DDD, CQRS and ES
Author: By
Last change:
Date: 3 years ago
Size: 592 bytes
 

Contents

Class file image Download
{ "name": "cydrickn/ddd-common", "description": "PHP Interfaces provider for DDD, CQRS and ES.", "keywords": ["interface", "interfaces", "php", "ddd", "cqrs", "es", "command", "query", "event", "sourcing", "domain driven design"], "type": "library", "require": { "php": "^7.1", "ramsey/uuid": "^3.8" }, "autoload": { "psr-4": { "Cydrickn\\DDD\\Common\\": "src/" } }, "license": "MIT", "authors": [ { "name": "Cydrick Nonog", "email": "cydrick.dev@gmail.com" } ] }