Download the PHP package t4web/domain-module without Composer
On this page you can find all versions of the php package t4web/domain-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download t4web/domain-module
More information about t4web/domain-module
Files in t4web/domain-module
Download t4web/domain-module
More information about t4web/domain-module
Files in t4web/domain-module
Vendor t4web
Package domain-module
Short Description ZF2 Module for Domain implementation.
License BSD-3-Clause
Homepage https://github.com/t4web/DomainModule
Package domain-module
Short Description ZF2 Module for Domain implementation.
License BSD-3-Clause
Homepage https://github.com/t4web/DomainModule
Keywords dddzf2 module
Please rate this library. Is it a good library?
Informations about the package domain-module
Domain module
ZF2 Module for Domain implementation and Infrastructure implementation. Provide dynamically setup Domain layer.
Main Setup
By cloning project
- Clone this project into your
./vendor/
directory.
With composer
-
Add this project in your composer.json:
- Now tell composer to download DomainModule by running the command:
Post installation
- Enabling it in your
application.config.php
file.
Quick start
Describe entity:
Describe entity_map config in your module.config.php
:
You can get Domain layer from ServiceManager:
Components
MODULE-NAME\ENTITY-NAME\Infrastructure\Repository
MODULE-NAME\ENTITY-NAME\Service\Creator
MODULE-NAME\ENTITY-NAME\Service\Deleter
MODULE-NAME\ENTITY-NAME\Service\Updater
MODULE-NAME\ENTITY-NAME\EntityFactory
Service classes:
MODULE-NAME\ENTITY-NAME\Infrastructure\Config
MODULE-NAME\ENTITY-NAME\Infrastructure\Mapper
MODULE-NAME\ENTITY-NAME\Infrastructure\QueryBuilder
We recommend use short service names - without module name
ENTITY-NAME\Infrastructure\Repository
ENTITY-NAME\Service\Creator
ENTITY-NAME\Service\Deleter
ENTITY-NAME\Service\Updater
ENTITY-NAME\EntityFactory
Service classes:
ENTITY-NAME\Infrastructure\Config
ENTITY-NAME\Infrastructure\Mapper
ENTITY-NAME\Infrastructure\QueryBuilder
When you use short service names - entityClass
config parameter is required.
All versions of domain-module with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
zendframework/zend-modulemanager Version >=2.6
zendframework/zend-mvc Version >=2.6
zendframework/zend-servicemanager Version >=2.6
t4web/domain Version ~1.2.0
t4web/infrastructure Version ~2.0.1
zendframework/zend-modulemanager Version >=2.6
zendframework/zend-mvc Version >=2.6
zendframework/zend-servicemanager Version >=2.6
t4web/domain Version ~1.2.0
t4web/infrastructure Version ~2.0.1
The package t4web/domain-module contains the following files
Loading the files please wait ....