Download the PHP package yceruto/ddd-maker-bundle without Composer
On this page you can find all versions of the php package yceruto/ddd-maker-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yceruto/ddd-maker-bundle
More information about yceruto/ddd-maker-bundle
Files in yceruto/ddd-maker-bundle
Download yceruto/ddd-maker-bundle
More information about yceruto/ddd-maker-bundle
Files in yceruto/ddd-maker-bundle
Vendor yceruto
Package ddd-maker-bundle
Short Description Domain-Driven Design Maker for Symfony applications
License MIT
Homepage https://github.com/yceruto/ddd-maker-bundle
Package ddd-maker-bundle
Short Description Domain-Driven Design Maker for Symfony applications
License MIT
Homepage https://github.com/yceruto/ddd-maker-bundle
Please rate this library. Is it a good library?
Informations about the package ddd-maker-bundle
Domain-Driven Design Maker for Symfony applications
This bundle assumes you are using https://github.com/yceruto/symfony-ddd-skeleton architecture or similar.
Installation
composer require yceruto/ddd-maker-bundle
Maker
bin/console make:ddd:context admin
Creates a new Kernel context skeletonbin/console make:ddd:module catalog/listing
Creates a new Module skeletonbin/console make:ddd:event catalog/listing published
Creates a new Domain Eventbin/console make:ddd:event-subscriber catalog/listing published
Creates a new Domain Event Subscriberbin/console make:ddd:query-specification catalog/listing search-by-title
Creates a new Query Specificationbin/console make:cqs:command catalog/listing publish
Creates a new Command use-casebin/console make:cqs:query catalog/listing find
Creates a new Query use-case
Note: In all cases the namespace path (e.g. catalog/listing
) will be normalized to the corresponding PHP namespace and
directory structure convention following the DDD approach.
License
This software is published under the MIT License
All versions of ddd-maker-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-json Version *
symfony/console Version ^5.4|^6.0|^7.0
symfony/framework-bundle Version ^5.4|^6.0|^7.0
symfony/maker-bundle Version ^1.36
yceruto/micro-symfony Version ^1.2
ext-json Version *
symfony/console Version ^5.4|^6.0|^7.0
symfony/framework-bundle Version ^5.4|^6.0|^7.0
symfony/maker-bundle Version ^1.36
yceruto/micro-symfony Version ^1.2
The package yceruto/ddd-maker-bundle contains the following files
Loading the files please wait ....