2017 © Pedro Peláez
 

library ioc

Maleficarum IoC component.

image

maleficarum/ioc

Maleficarum IoC component.

  • Thursday, August 10, 2017
  • by pharaun13
  • Repository
  • 1 Watchers
  • 0 Stars
  • 463 Installations
  • PHP
  • 15 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 4530 % Grown

The README.md

Change Log

This is the Maleficarum IOC Container implementation., (*1)

[3.0.1] - 2018-10-12

Fixed

  • Class name will now be properly passed to the builder function.

[3.0.0] - 2018-09-04

CAUTION: this version completely breaks backwards compatibility with 2.x. DO NOT just replace older version with this one., (*2)

Changed

  • Changed dependency label to share: This means that registerDependency() and getDependency() methods have been renamed to registerShare() and retrieveShare() respectively.
  • Reversed builder lookup order. With this new version the get() method will go from generic to specific and pass the result of each builder to the next one for refinement.
  • Removed default builder file. If you want to have builders automatically imported you need to register each namespace. (This does not apply to builders added via initializers or manual code execution)
  • Removed builder appends. They were never as useful as we hoped.
  • Updated requirements to PHP 7.2

[2.2.0] - 2017-08-10

Added

  • Added support for builder appends.

[2.1.0] - 2017-03-23

Added

  • Added a way to access registered dependencies from outside of builder functions.

[2.0.1] - 2017-02-15

Added

  • Add tests.

[2.0.0] - 2017-01-23

Changed

  • Add return and argument types declaration

[1.1.0] - 2016-10-03

Changed

  • Made PHP7 compatible.
  • Refactored how default builders are defined. They no longer are part of the general namespace list but defined as a separate option.
  • Refactored unit tests to reflect new functionality and have a more readable structure.

[1.0.0] - 2016-09-23

Added

  • This was an initial release based on the code written by me and added to the repo by a-kowalski (Thanks !!!)

The Versions

10/08 2017

dev-master

9999999-dev

Maleficarum IoC component.

  Sources   Download

proprietary

The Requires

  • php >=7.0

 

The Development Requires

10/08 2017

2.2.0

2.2.0.0

Maleficarum IoC component.

  Sources   Download

proprietary

The Requires

  • php >=7.0

 

The Development Requires

23/03 2017

2.1.0

2.1.0.0

Maleficarum IoC component.

  Sources   Download

proprietary

The Requires

  • php >=7.0

 

The Development Requires

15/02 2017

2.0.1

2.0.1.0

Maleficarum IoC component.

  Sources   Download

proprietary

The Requires

  • php >=7.0

 

The Development Requires

23/01 2017

2.0.0

2.0.0.0

Maleficarum IoC component.

  Sources   Download

The Requires

  • php >=7.0

 

The Development Requires

03/10 2016

1.1.0

1.1.0.0

Maleficarum IoC component.

  Sources   Download

The Requires

  • php >=5.6

 

The Development Requires

23/09 2016

1.0.0

1.0.0.0

IoC component

  Sources   Download

The Requires

  • php >=5.6

 

The Development Requires