Visually administrate your MongoDB database. Create, read, update & delete your documents.
Query your MongoDB database with SELECT SQL statements. You can also create & drop indexes.
Autocompletion is available for fields, MongoDB & SQL keywords via Ctrl
Space
combination.
Additional features: Export documents to JSON. Import documents from JSON. Manage users.
- Run
docker pull samueltallet/mongodb-php-gui
. - Open your browser at this address: http://127.0.0.1:5000/ to access GUI.
- If your MongoDB is running on localhost, use 172.17.0.1 as host to login.
- Clone current repository in an Apache Web server folder or setup a virtual host.
- Be sure to have PHP >= 7.2 with MongoDB ext. enabled.
- Check that
rewrite_module
module is enabled in your Apache configuration. - Be sure to have
AllowOverride All
in your Apache (virtual host) configuration. - Run
composer install
at project's root directory to install all PHP dependencies. - Optionnaly, if you want to query DB with SQL, you must have Java JDK installed.
- Open your browser at Apache server URL to access GUI.
❤️ Thanks to Limber, Capsule, Font Awesome, Bootstrap, CodeMirror and JsonView.
Thanks also to MongoDB PHP library, vis.js and SQL to MongoDB Query Converter. ❤️
© 2021 Samuel Tallet