We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1059f2e + 81654f7 commit fb96fe5Copy full SHA for fb96fe5
README.md
@@ -0,0 +1,20 @@
1
+# php-ddd
2
+PHP Symfony Doctrine Domain-driven Design
3
+
4
+Dormer Calculation examples:
5
+* https://gist.github.com/webdevilopers/5ac1f30d88102e24df87
6
+* https://gist.github.com/yvoyer/a778ac744ddf10012864
7
+* https://github.com/yvoyer/calculation-example
8
9
+Feel free to post general questions as an Issue. E.g.:
10
+* https://github.com/yvoyer/calculation-example/issues/2
11
12
+More examples will be posted in my blog:
13
+* http://blog.webdevilopers.net/category/php/ddd/
14
15
+## CQRS
16
17
+### Command
18
19
+#### Immutable
20
+* https://github.com/matthiasnoback/convenient-immutability @matthiasnoback
0 commit comments