auryn
auryn copied to clipboard
IoC Dependency Injector
Shouldn't `Injector::prepare` throw `ConfigException` instead of `InjectionException`?
I've just setup the package to make a PR and/or a suggestion, however having run the tests, I get: ``` ...EE...E..R..EEEE.REERE.EEE...E.EEE..EE.....................RE 63 / 120 ( 52%) ..........EEEEEE.FFFE...EEEEEEEER....E....RR....EEE...E.E 120 / 120...
I've decided to publish a fork of auryn and to maintain that myself, rather than the new AMPHP version. Since this repo is effectively unmaintained, I thought I'd offer my...
Upgraded phpunit, switch to github actions, fix for php 8. Take it or leave it. I'll do another PR with just the php 8 fix.
I know this may not be the desired functionality, but here goes anyway. I use a set of classes to define stuff in the injector at route call runtime, so...
Is it possible to lazily instantiate my class with Auryn? I know, there is method Auryn\Injector::delegate, which allows to defer instantiation, but inside its parameter factory closure it is impossible...
With the new file-based configuration options becoming available, it might be nice to add a feature for development that uses the standard reflection-based auto-wiring and then writes out the equivalent...
This should fix #129 I've found this issue while looking for a solution to the same problem I had in my own DI library. It seems that PHP incorrectly states...
Hello! The source code of `Injector` class contains `A_DELEGATE` (+) and `A_DEFINE` (@). But there is no info about how to use them in documentation (README). Could you add some...
I've been looking to all issues, but it seems like this question hasn't been asked yet. First of all, I didn't try this library yet: I saw it mentioned and...