Skip to content

Web-based MongoDB admin interface, written with php(MongoBD管理系统).

License

Notifications You must be signed in to change notification settings

pkuoliver/EasyMongo

Repository files navigation

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 versions above 3.0

PHP: All versions above 5.6

Features

  • CURD operation very easy
  • Add/Remove index
  • Database/Replication state monitoring
  • Import/Export data
  • Performance tuning tool

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.

Language support

We support English, Chinese, Japanese, Portuguese, French, Spanish, German, Russian, Italian, Portugal, Turkish.

UI Preview

RUNOOB 图标 For more, please visit sceenshots folder

Thanks

Liu Xiaochao/iwind

lxp_kidd/lxphelloworld