https://github.com/codeliner/shared-domain-set
Collection of common DDD interfaces
https://github.com/codeliner/shared-domain-set
Last synced: 4 months ago
JSON representation
Collection of common DDD interfaces
- Host: GitHub
- URL: https://github.com/codeliner/shared-domain-set
- Owner: codeliner
- License: bsd-3-clause
- Created: 2014-01-11T15:56:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-17T18:12:31.000Z (about 12 years ago)
- Last Synced: 2025-07-22T08:55:13.197Z (11 months ago)
- Language: PHP
- Size: 172 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
shared-domain-set
=================
Collection of common DDD interfaces
## Installation
Installation of codeliner/shared-domain-set uses composer. For composer documentation, please refer to
[getcomposer.org](http://getcomposer.org/). Add following requirement to your composer.json
```sh
"codeliner/shared-domain-set" : "1.2.*"
```