https://github.com/ericksonreyes/ddd-common
Domain driven design inspired common and reusable classes and interfaces.
https://github.com/ericksonreyes/ddd-common
Last synced: 3 months ago
JSON representation
Domain driven design inspired common and reusable classes and interfaces.
- Host: GitHub
- URL: https://github.com/ericksonreyes/ddd-common
- Owner: ericksonreyes
- License: mit
- Created: 2019-04-01T15:46:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T02:13:05.000Z (almost 6 years ago)
- Last Synced: 2025-01-05T19:15:07.607Z (5 months ago)
- Language: PHP
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Domain-Driven Design Common
A collection of commonly used Domain-Driven Design related classes. This repository was merged into https://github.com/ericksonreyes/domain-driven-design[](https://travis-ci.org/ericksonreyes/ddd-common)
[](https://coveralls.io/github/ericksonreyes/ddd-common?branch=master)
[](LICENSE.MD)
[](https://packagist.org/packages/ericksonreyes/ddd-common)
[](https://github.com/ericksonreyes/ddd-common/commits/master)
[](https://github.com/ericksonreyes/ddd-common/tags)
[](https://github.com/ericksonreyes/ddd-common/tags)
[](https://github.com/ericksonreyes/ddd-common/tags)
[](https://packagist.org/packages/ericksonreyes/ddd-common)### Value Object Classes
* Address
* Country
* Currency
* Float
* Integer
* Money
* Person
* Phone
* String## How to install
```bash
composer require ericksonreyes/ddd-common
```