unbox

Fast, simple, easy-to-use DI container

LGPL-3.0 License

Downloads
18.4K
Stars
46
Committers
2
unbox - Code quality updates Latest Release

Published by mindplay-dk 6 months ago

Minor code quality updates

unbox - 3.0.0

Published by mindplay-dk almost 2 years ago

unbox - Maintenance release

Published by mindplay-dk over 4 years ago

Fixes a deprecation notice under PHP 7.4.

unbox - Bugfix release

Published by mindplay-dk over 5 years ago

With this release, Container will throw a ContainerException if a circular dependency is encountered.

The previous version allowed certain kinds of circular bootstrapping, but (due to an implementation detail) under certain circumstances would satisfy a circular dependency by generating two instances of the same component.

unbox - Tweak

Published by mindplay-dk about 6 years ago

Clarifies an exception message.

unbox - Maintenance release

Published by mindplay-dk almost 7 years ago

This release improves forward compatibility with the final PSR-11 package.