2017 © Pedro Peláez
 

library container

FastD Container

image

fastd/container

FastD Container

  • Tuesday, January 23, 2018
  • by JanHuang
  • Repository
  • 1 Watchers
  • 2 Stars
  • 5,798 Installations
  • PHP
  • 8 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 17 Versions
  • 10 % Grown

The README.md

Container

Building Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

简单的PHP对象容器,DI组件已经独立维护: di, (*2)

Requirements

  • PHP >=7.2

Installation

composer require "fastd/container"

Usage

$container = new FastD\Container\Container();
$container->add('timezone', DateTimeZone::class);
$timezone = $this->container->get('timezone');
$this->assertInstanceOf(DateTimeZone::class, $timezone);

Testing

bin/phpunit

贡献

非常欢迎感兴趣,愿意参与其中,共同打造更好PHP生态,Swoole生态的开发者。, (*3)

如果你乐于此,却又不知如何开始,可以试试下面这些事情:, (*4)

联系

如果你在使用中遇到问题,请联系: bboyjanhuang@gmail.com. 微博: 编码侠, (*5)

License MIT

The Versions

23/01 2018

dev-master

9999999-dev

FastD Container

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar JanHuang

container fastd

23/01 2018

dev-develop

dev-develop

FastD Container

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar JanHuang

container fastd

23/01 2018

v3.2.1

3.2.1.0

FastD Container

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar JanHuang

container fastd

23/01 2018

v3.2.0

3.2.0.0

FastD Container

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar JanHuang

container fastd

17/03 2017

3.0.x-dev

3.0.9999999.9999999-dev

FastD Container

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Avatar JanHuang

container fastd

17/03 2017

v3.0.2

3.0.2.0

FastD Container

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Avatar JanHuang

container fastd

17/03 2017

v5.0.0-alpha1

5.0.0.0-alpha1

FastD Container

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Avatar JanHuang

container fastd

17/03 2017

3.1.x-dev

3.1.9999999.9999999-dev

FastD Container

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Avatar JanHuang

container fastd

01/02 2017

v3.0.1

3.0.1.0

FastD Container

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Avatar JanHuang

container fastd

11/01 2017

v3.0.0

3.0.0.0

FastD Container

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Avatar JanHuang

container fastd

25/11 2016

v3.0.0-rc1

3.0.0.0-RC1

FastD Container

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Avatar JanHuang

container fastd

11/05 2016

2.0.x-dev

2.0.9999999.9999999-dev

FastD container component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar JanHuang

container fastd

11/05 2016

v2.0.0

2.0.0.0

FastD container component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar JanHuang

container fastd

11/05 2016

v2.0.0-beta2

2.0.0.0-beta2

FastD container component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar JanHuang

container fastd

09/05 2016

v2.0.0-beta1

2.0.0.0-beta1

FastD container component

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Avatar JanHuang

container fastd

17/07 2015

v0.1.1

0.1.1.0

FastD container component

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar JanHuang

container fastd

21/06 2015

v0.1.0

0.1.0.0

FastD container component

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar JanHuang

container fastd