zend-di icon indicating copy to clipboard operation
zend-di copied to clipboard

Di component from Zend Framework

Results 5 zend-di issues
Sort by recently updated
recently updated
newest added

There are a lot of new conventions that are not covered by the current phpcs ruleset of [zend-coding-standard](/zendframework/zend-coding-standard) (v1.x). Some examples are (incomplete list): - Whitespace after cast operators -...

It seems methods of Test-Classes should have return types, this is not the case within this project. The TODO would be to add these return types. ## Missing information -...

In order to improve AoT compiler, on my project I've done some changes. The problem is that with AoT, dependency factories are not created. To accomplish my goal I've made...

enhancement

I think the documentation is wrong: https://docs.zendframework.com/zend-di/cookbook/aot-guide/#5-add-aot-to-the-service-manager In `getDependencies` method of `ConfigProvider` we have: ```php 'factories' => $this->getGeneratedFactories(), 'delegators' => [ InjectorInterface::class => [ InjectorDecoratorFactory::class, ], ], ``` but I...

From PR #35 ZF is aiming to allow easy migrations to new component versions whenever possible. For zend-di there is a component that integrated version 2 into zend-servicemanager. Version 3...