K
K
Klein Maximus2015-04-16 20:12:58
PHP
Klein Maximus, 2015-04-16 20:12:58

What is the best php framework for DI (dependency injection)?

I really like Phalcon with its performance, thoughtfulness, clear structure and excellent documentation, but it is installed as a php extension, which is not always possible :(
The documentation describes the solution used in this framework - docs.phalconphp.com/ru/latest/reference/ di.html#id1
And where else is the implementation of dependency injection just as good and similar?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander N++, 2015-04-16
@kleinmaximus

probably in Yii2 it is sewn up there in almost all nyashki, in controllers, modules, models, widgets.
www.yiiframework.com/doc-2.0/yii-di-container.html

P
Pavel Solovyov, 2015-04-16
@pavel_salauyou

naturally Symfony2

M
Maxim Grechushnikov, 2015-04-16
@maxyc_webber

yii2, laravel

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question