EasyMongo
EasyMongo is a Mongodb web management application. This project is based on iwind/RockMongo, uses the latest mongodb-extension + mongo-php-library mode, supports Mongodb3.0+, and all php versions above 5.6.
Compatibility
MongoDB: All version above 3.0
PHP: All version above 5.6
Installation
Make sure that the mongodb extension is installed, then execute the following command:
$ git clone https://github.com/pkuoliver/EasyMongo.git
Install mongodb php library with Composer
$ composer require mongodb/mongodb
Prepare config file.
$ cp config.sample.php config.php
Modify the database host/port and other related configurations to your own information.