Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.editorconfig
.gitattributes
.gitignore
.scrutinizer.yml
.travis.yml
CHANGELOG.md
CONTRIBUTE.md
LICENSE
README.md
composer.json
phpunit.xml.dist
src/Di/Container.php125
src/Di/Delegator.php53
src/Di/Exception/ExceptionInterface.php7
src/Di/Exception/LogicException.php5
src/Di/Exception/NotFoundException.php6
src/Di/Exception/RuntimeException.php5
src/Di/Factory/Factory.php75
src/Di/Factory/FactoryHelperTrait.php120
src/Di/Interfaces/AutoTranslationInterface.php5
src/Di/Interfaces/AutoWiringInterface.php5
src/Di/Interfaces/ContainerAwareInterface.php8
src/Di/Interfaces/DelegatorInterface.php8
src/Di/Interfaces/ExtendedContainerInterface.php8
src/Di/Interfaces/FactoryInterface.php9
src/Di/Interfaces/ReferenceResolveInterface.php6
src/Di/Interfaces/ResolverInterface.php9
src/Di/Interfaces/ScopeInterface.php7
src/Di/Message/Message.php28
src/Di/Message/Message.zh_CN.php15
src/Di/Resolver/ObjectResolver.php53
src/Di/Resolver/Resolver.php111
src/Di/Service.php27
src/Di/Traits/ArrayAccessTrait.php20
src/Di/Traits/ContainerAwareTrait.php27
src/Di/Traits/ContainerHelperTrait.php16
src/Di/Traits/InstanceFactoryTrait.php55
src/Di/Traits/ResolverAwareTrait.php15
src/Di/Traits/ScopeTrait.php43