An open API service indexing awesome lists of open source software.

https://github.com/efureev/ddd

Domain Driven Development
https://github.com/efureev/ddd

Last synced: about 2 months ago
JSON representation

Domain Driven Development

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