sinergi/registry

PHP 依赖注入助手,面向对象且支持 IDE

0.1.1 2014-07-09 10:55 UTC

This package is not auto-updated.

Last update: 2024-09-10 01:24:02 UTC


README

Build Status Latest Stable Version Total Downloads License

PHP 依赖注入助手,面向对象且支持 IDE。

要求

此库使用 PHP 5.4+。

安装

建议您通过 Composer 安装 Registry 库。为此,请将以下行添加到您的 composer.json 文件中。

{
    "require": {
       "sinergi/registry": "dev-master"
    }
}

示例