2017 © Pedro Peláez
 

library container

Dependency injection service

image

devop-core/container

Dependency injection service

  • Sunday, June 10, 2018
  • by desertknight
  • Repository
  • 1 Watchers
  • 1 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 83 % Grown

The README.md

Dependency injection library

Description

This library is just proof of concept. > We do NOT recommended the use of production environment., (*1)

Provide dependency injection, (*2)

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*3)

Install

Package is available on Packagist, you can install it using Composer., (*4)

``` bash composer require devop-core/container, (*5)


## Usage ``` php <?php use DevOp\Core\Container; include_once './vendor/autoload.php'; $class = new \stdClass(); $container = new Container(); $container->add('class', $class); var_dump($container->get('class'));

Change log

Please see CHANGELOG for more information on what has changed recently., (*6)

Testing

bash $ vendor/bin/phpunit, (*7)

Contributing

Please see CONTRIBUTING for details., (*8)

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

10/06 2018

dev-master

9999999-dev https://www.devop.studio

Dependency injection service

  Sources   Download

MIT

The Requires

 

The Development Requires

container php dependency-injection

14/01 2018

1.0.4

1.0.4.0 https://devop-studio.com

Dependency injection service

  Sources   Download

MIT

The Requires

 

The Development Requires

container php dependency-injection

09/01 2018

1.0.3

1.0.3.0 https://devop-studio.com

Dependency injection service

  Sources   Download

MIT

The Requires

 

The Development Requires

container php dependency-injection

09/01 2018

1.0.2

1.0.2.0 https://devop-studio.com

Dependency injection service

  Sources   Download

MIT

The Requires

 

The Development Requires

container php dependency-injection

09/01 2018

1.0.1

1.0.1.0 https://devop-studio.com

Dependency injection service

  Sources   Download

MIT

The Requires

 

The Development Requires

container php dependency-injection

09/01 2018

1.0.0

1.0.0.0 https://devop-studio.com

Dependency injection service

  Sources   Download

MIT

The Requires

 

The Development Requires

container php dependency-injection