sinergi/container

面向对象且对IDE友好的PHP依赖注入容器

0.2.5 2015-03-29 19:54 UTC

This package is not auto-updated.

Last update: 2024-09-10 03:52:19 UTC


README

Build Status Latest Stable Version Total Downloads License

PHP依赖注入容器,面向对象且对IDE友好。

需求

此库使用PHP 5.4+。

安装

建议您通过composer安装Container库(请访问composer官网)。为此,请将以下行添加到您的composer.json文件中。

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

示例