|
|
|
|
|
by trm42
2933 days ago
|
|
Haven't had to use Zend but at least Symfony DI is really heavy to use with all the services.yamls and the javaisms it introduces. DI can be heavy or it can be something mostly automagical like in Laravel. That's something I've enjoyed quite a bit. Basically it doesn't that much exist until you start needing special cases. Quite a big part of the PHP community is gravitating towards Laravel and the new steam it introduced with OOB best practices and "let's try hard to avoid the Java-heaviness". Laravel seems to have quite nice balance between easy for new devs and bunch of powerful concepts when needed. Lots of basic problems solved OOB as well. |
|