codeliner / php-ddd-cargo-sample

PHP 7 Version of the cargo sample used in Eric Evans DDD book

Home Page:http://codeliner.github.io/php-ddd-cargo-sample/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDD with Symfony 4

Kwadz opened this issue · comments

Since Symfony is widely used by the PHP community, is it possible to provide a project using Symfony 4 with a folder-by-feature structure?

No worries, I supposed some maintainers use Symfony, since it's rare nowadays using PHP without any framework.

Oh some money would be nice. Good idea @prolic ;)

DDDesign itself is not about frameworks. Anyway, choosing a good framework to handle http requests, authentication, authorization, etc. is important for every project and can be part of tactical DDDesign, but it highly depends on existing team Skills. It's not the focus of this example project.
Feel free to fork the example and replace zend-expressive with Symfony. Send me a link to your fork and I'd be happy to add it to the readme.

I was more focus on the architecture than the framework components. Anyway, thanks for your answers. If I have the time to create an example using Symfony 4, I'll send you the link ;)