https://github.com/efureev/ddd
Domain Driven Development
https://github.com/efureev/ddd
Last synced: about 2 months ago
JSON representation
Domain Driven Development
- Host: GitHub
- URL: https://github.com/efureev/ddd
- Owner: efureev
- Created: 2022-11-18T11:50:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T09:54:32.000Z (over 2 years ago)
- Last Synced: 2025-01-15T09:03:08.317Z (3 months ago)
- Size: 292 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Roadmap: Roadmap.md
Awesome Lists containing this project
README
# Domain Driven Development
It is extremely simple about DDD with examples.
## Documentation
- [Description](./docs/index.md)
## Code Examples in different languages and frameworks:
- PHP
- Symfony
- [x] [ToDo App](./examples/php/symfony/to-do)
- [waiting...] [ToDo App with CQRS](./examples/php/symfony/to-do-cqrs)
- [waiting...] [The Digital Library](./examples/php/symfony/digital-library)
- [waiting...] Laravel