-
Hi. Is there a way in PHP-DI to define dependencies for an abstract object? Most logical way, to define parameters for a constructor for abstract object which would later be resolved for child object,…
-
Hi,
Came across your repo because it is listed as standards-compliant in the docs of [`container-interop/definition-interop`](https://github.com/container-interop/definition-interop). And it's true, …
-
In the section below, you can leave your comments for this blog post: https://blogs.cuttingedge.it/steven/posts/2019/dependency-injection-principles-practices-and-patterns/.
Please be aware that a …
-
Sign here who wants to participate in the alpha of the new major version. I will invite you to the private project when it is ready. 🎉
-
Drush allows libraries to provide commands via autoloading patterns.
phpstan-drupal could provide one which generated the phpstan.neon for a project. It could also generate the entity mapping and oth…
-
**Describe your environment** Describe any aspect of your environment relevant to the problem, including your php version (`php -v` will tell you your current version), version numbers of installed de…
-
Trying to implement a clock component. Once the component is rendered, I wish it to immediately show current time. I have this component:
```
import React, { PropTypes } from 'react';
class Time ext…
-
Mediator seems not supporting multiple projects. I Have several projects - WebAPI, User, Company. I have mediator installed and correct setup in User and Company. Running those, only the first project…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I have a bunch of scoped services i…
-
When dealing with types that mix primitive types and dependencies in their constructor, there are currently three ways to deal with this; they are:
- Register a delegate that creates the component ma…