File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1- # MongoDB PHP GUI v0.9.0
1+ # Free MongoDB GUI powered by PHP
2+
3+ Visually administrate your MongoDB database. Create, read and delete operations are supported.
4+
5+ Screenshots
6+ -----------
7+
8+ ![ MongoDB PHP GUI] ( https://raw.githubusercontent.com/SamuelTS/MongoDB-PHP-GUI/master/docs/mpg.png )
9+
10+ Installation
11+ ------------
12+
13+ 1 . ` git clone ` current repository somewhere in the cloud or on your local machine.
14+ 2 . Be sure to have PHP >= 7 with [ MongoDB extension] ( https://www.php.net/manual/en/mongodb.installation.php ) enabled in this environment.
15+ 3 . Run ` composer install ` at project's root directory to install all PHP dependencies.
16+
17+ Configuration
18+ -------------
19+
20+ Open * config.php* file located at projet's root directory. Edit following constants values:
21+
22+ ` MPG_MONGODB_USER ` , ` MPG_MONGODB_PASSWORD ` , ` MPG_MONGODB_HOST ` and ` MPG_MONGODB_PORT ` .
You can’t perform that action at this time.
0 commit comments