PHP-DI / Silex-Bridge

PHP-DI integration in Silex
http://php-di.org/doc/frameworks/silex.html
MIT License
24 stars 8 forks source link

Big simplification, less overhead #4

Closed mnapoli closed 9 years ago

mnapoli commented 9 years ago

Removed the composite container and use of pimple-interop. Now the "root" container is the application class (so it's Pimple directly). It will forward calls to PHP-DI if it doesn't contain the entry.

This should be a much faster/optimized solution since there are much less components into play.

It should also fix #3.