ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# DI容器 参考[http://php-di.org/](http://php-di.org/) ESD基于phpdi容器,提供了依赖注入ioc特性。 目前框架可以使用自动添加到DI容器/自动装配的类有: * Server Server类中无法使用@Inject * ServerPort * Process * 所有的Controller * 所有的Service * 所有的Config Config类中无法使用@Inject * 所有的Test ## 插件安装 ### phpstorm 安装插件PHP-DI plugin。