franzose / domain-stuff
Common domain stuff that can included to various projects
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/franzose/domain-stuff
Requires
- php: ^7.2
- ramsey/uuid: ^3.8
Requires (Dev)
- phpunit/phpunit: ^8.1
README
It's a common stuff that can be used in almost any project. I'm just tired of copy pasting it over and over again.
- Identifier which uses UUID 4 internally
- Domain event dispatcher inspired by Fesor's repository.
Maybe I'll include an integration glue with Symfony someday.