Download the PHP package zean/sim-di without Composer
On this page you can find all versions of the php package zean/sim-di. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sim-di
SimDI
一个简单的PHP依赖注入框架,支持autowire。
附上之前写的一篇文: 用PHP撸一个DI容器
安装
使用
-
不使用面向接口编程风格
假如有Car和Driver两个类,Driver依赖Car
当我们需要Diver实例的时候,这时候我们只需要让容器创建,容器会自动注入Car实例
output:驾驶汽车
- 使用面向接口编程风格
假如我们用面向接口的方式来,我稍微修改一下上面的代码:
面向接口编程时需要有一个配置来指定interface和实现类的对应关系,如下:
然后在创建容器的时候我们使用上述配置:
output:驾驶奔驰启动了!
All versions of sim-di with dependencies
PHP Build Version
Package Version
The package zean/sim-di contains the following files
Loading the files please wait ....