I would like to use Silex with MongoDB. I think the best way is to use the Silex extension, which again uses the Doctrine MongoDB libraries.
There are currently two Silex extensions that seem to provide this functionality. https://github.com/fate/Silex-Extensions and also https://github.com/docteurklein/SilexExtensions
Except the first one adds more other extensions and the second uses submodules (which I would prefer) instead of vendors.sh, are there more things to take care of?
Can someone recommend this or that?
ivoba source share