Skip to content

simply-framework/container

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.