-
**Is your feature request related to a problem? Please describe.**
When handling messages, I often ending up having to writing factories for cases that in, for example, ASP.NET I'd just be able to …
-
Hello! After trying out a lot of solutions and libraries, I decided to use this great library for dependency injection in my project.
I wonder how I can replace a dependency with another (mock) one i…
-
While developing a Composer plugin I very much feel the need of a DI container.
```php
final public function __construct(array $repoConfig, IOInterface $io, Config $config, ProcessExecutor $proces…
-
I want that the go client has a runtime configurable authentication, and for that i want to make the authentication a separate module with dependency injection :
https://miladrahimi.medium.com/depe…
-
Hello! I started playing around with `dishka`, looking for some alternative to `dependency-injector`, and I really liked it conteptually, especially scopes and type-based injections.
Unfortunetly, …
-
# Reality Collective - Service Framework Feature Request
## Overview
Let's start talking about dependency injection and what it might look like for the service framework.
Ideally, I see this be…
FejZa updated
1 month ago
-
### English
In the WarehouseLogic project, we can use Ninject to associate dependencies and then use them in .NET Framework projects. However, to use injection in .NET 8 projects, we must associate…
-
im getting this error when enable this extension
```
phpBB encountered an error building the container due to an installed extension. For this reason, all extensions have been temporarily disable…
-
**Description:**
I would like to add a **Dependency Inversion Container** class to the Pancake project. This class should be responsible for handling service (class) registrations and resolving these…
-
The recent dev version doesn't work with TYPO3 12 at the moment. After installing the extension the signatures of the BackendLogController must be adapted to the current 12 API. Afterwards, the follow…