一个简单的psr-11容器,附加了一些额外的功能,并尽量减少魔法
github.com/octoth0rpe/LuciteContainer
源代码
问题
安装: 6
依赖者: 1
建议者: 0
安全: 0
星标: 0
关注者: 1
分支: 0
公开问题: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT 6f3878234cb19b1393d3059049b59b9f77e46382
containerdependencydiinjection
This package is auto-updated.
Last update: 2024-09-12 14:34:54 UTC
有三种方法可以添加新键
function add(string $key, mixed $value)
function addConstructor(string $key, callable $constructor)
function addSingleton(string $key, callable $constructor)