PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nemeth Zoltan   PHP Domain Driven Design   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Domain Driven Design
Domain driven design using domain logic classes
Author: By
Last change:
Date: 8 years ago
Size: 319 bytes
 

Contents

Class file image Download
{ "name": "Aion/Domain Logic", "description": "Domain Logic pattern sample", "minimum-stability": "stable", "license": "proprietary", "authors": [ { "name": "Zoltán Németh", "email": "zoltan.nemeth@aionhill.com" } ], "autoload": { "psr-4": { "DL\\": "vendor/DL" } } }