-
How do you handle the cases where for example I have two shared PDO objects, with different configuration?
E.g. I'd have two databases and some classes need one instance and other classes would need t…
-
Hi,
First of all its a question rather than an issue. Sorry if the title does not make sense, I'll try to explain. Basically I'm using this DIC for a pretty big project and its amazing, it works reall…
-
First of all, let me say I really like Auryn since you made me discover it.
But, I've been learning these past months about DI and containers and all that stuff, and I don't really think that other D…
-
https://github.com/rdlowrey/Auryn
https://github.com/ziadoz/awesome-php#dependency-injection
-
First time writing a hubot script and using coffeescript, so excuse the messy code.
I wrote a script for automating responses on slack, it works great using a local redis server, but when I run it on…
-
I'm not sure if or where it makes sense to put this within the sections of the README listing libraries that implement the standard, but I recently created [a library](https://github.com/elazar/auryn-…
-
I've implemented this in a separate project and found that it works well. The code involved isn't much, but I think it encourages [separation of concerns](https://en.wikipedia.org/wiki/Separation_of_c…
-
Hi,
I'm new to `auryn` and I'm still learning about IoC Dependency Injector. Anyway, please tell me if I understanding this correctly. Let's say I have a framework that executes a `Controller` class.…
-
Hi,
I was running these simulations with auryn-0.5 and the rf1.pat file was always empty. I then saw that in the bootstrap.sh file that aube is called to create rf1.e.ras from a .bras file. But auryn…
-
After updating from 1.2.0 to 1.3.0 my applications no longer work.
I get an 'undefined index' error at:
[lib/Injector.php, line 120](https://github.com/rdlowrey/auryn/commit/2fdd89dfbbb9a98de7361981df…