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.
1 parent 2a76388 commit 249f3d3Copy full SHA for 249f3d3
README.md
@@ -2,3 +2,8 @@ php-ddd-cargo-sample
2
====================
3
4
PHP Version of the cargo sample used in Eric Evans DDD book
5
+
6
+This project is in a work in progress state. Your welcome to fork the repo and help to finish the cargo sample app for php.
7
+The system is based on ZF2 to get a powerful application layer out of the box and uses Doctrine2 to persist it's aggregates.
8
+This would be a common combination in a large PHP project but it is not required. We want to focus on the implementation
9
+of the domain model. The infrastructure and application layer can be replaced with any other PHP based components.
0 commit comments