2017 © Pedro Peláez
 

library container

一个简单但功能强大的自动注入依赖的服务容器

image

grendizer/container

一个简单但功能强大的自动注入依赖的服务容器

  • Monday, April 4, 2016
  • by grendizer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Container (Dependency Injection)

This package is compliant with PSR-1, PSR-2 and PSR-4. If you notice compliance oversights, please send a patch via pull request., (*1)

What is Container?

Container is a small but powerful dependency injection container that allows you to decouple components in your application in order to write clean and testable code., (*2)

Install

Via Composer, (*3)

$ composer require grendizer/container

Requirements

The following versions of PHP are supported by this version., (*4)

  • PHP 5.3
  • PHP 5.4
  • PHP 5.5
  • PHP 5.6
  • PHP 7.0
  • HHVM

Questions?

Container was created by Maofeng Zhang. Find him on Email at grendizer@163.com., (*5)

The Versions

04/04 2016

dev-master

9999999-dev http://grendizerio.github.io/container/

一个简单但功能强大的自动注入依赖的服务容器

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Maofeng Zhang