AcclimateContainer / acclimate-container

Adapters for PHP framework containers to an interoperable interface
MIT License
221 stars 16 forks source link

Add Auryn and Dice #20

Open garrettw opened 8 years ago

garrettw commented 8 years ago

No rush, but it would be cool to see adapters made for https://github.com/rdlowrey/auryn and https://github.com/Level-2/Dice

jeremeamia commented 8 years ago

Noted.

Sam-Burns commented 8 years ago

I'll work on it. Auryn could be a little tricky, because if memory serves it's a config-free auto-wiring job, and implementing has() could be difficult. I'll give it a go though.

elazar commented 7 years ago

@Sam-Burns I've got a container-interop implementation for Auryn that may help you: elazar/auryn-container-interop.

garrettw commented 7 years ago

Dice is also config-free/auto-wiring, and Tom has already made a container-interop implementation you can use.

Sam-Burns commented 7 years ago

@elazar Looks good - you reckon I should add it as a dependency to Acclimate and integrate it?

elazar commented 7 years ago

@Sam-Burns Should be pretty straightforward to do, so sure, go for it. 👍

shrikeh commented 7 years ago

@Sam-Burns need a hand with this?

Sam-Burns commented 7 years ago

@shrikeh Sure, contributions welcome :-)