企业🤖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。