Hello,
I've just discovered the Lion Framework - it looks great. I've been searching for a loosely-coupled Dependency Injection driven PHP framework for a while.
How dependent is Lion on it's own Spring-like library? IE, how easy/difficult would it be to swap out the Lion DI library and use something else in it's place? I prefer Guice style DI - dependencies defined by code rather than external XML configuration files.
Are the Lion components loosely coupled enough to be managed by a different DI/IoC framework? If I wanted to bypass the MVC/routing system (to build a lightweight RPC/services layer) would that be possible?
Many thanks,
darscan