I've gone through quite a few of the admin tools I could find, such as phpMoAdmin, phpMongoDB, and rockMongo, and they all fail because they use a deprecated MongoDB PHP driver ("mongo" which has since been replaced with "mongodb"). I don't really want to install and use deprecated stuff. We're running MongoDB 3.2, and I'd like users to be able to connect to a web interface to interact with their databases. What are my options? I have no specific requirements (PHP is fine, node is fine, etc.), I'm just looking for something that is up-to-date with 3.2 support.