Skip to content

PSR-11 compatible dependency injection container with delegation support

License

Notifications You must be signed in to change notification settings

simply-framework/container

Repository files navigation

Dependency Injection Container

Travis Scrutinizer Scrutinizer Coverage Packagist

This package provides a PSR-11 compatible dependency injection container that attempts to encourage dependency configuration in static cachaeable manner and using actual code via classes rather than closures to configure dependencies over just configuration.

The container also implements container delegation pattern as described in container-interop standard.

NOTE: This package is part of a framework that is still highly experimental in nature. Stable api or proper documentation are not to be expected until the framework has been tested in practice.

API documentation is available at: https://docs.riimu.net/simply/container/

Credits

This library is Copyright (c) 2017-2018 Riikka Kalliomäki.

See LICENSE for license and copying information.