Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.84 KB

README.markdown

File metadata and controls

52 lines (31 loc) · 1.84 KB

stillmaintained moaDB splash

What is moa(db)?

Moa(db) is a open source PHP MongoDB GUI. The project is focused on a very simple interface and a drag & drop setup. Helpful query validation, amazing lightweight UI , JSON imports & exports, SSL support and much more in the box.

Checkout more screenshots

Browsers

chrome firefox safari

Chome, Firefox, Safari. Some call it a limitation, but I'am calling it a feature: No support for IE at this time.

Getting Started

moa(db) works with PHP5+ and requires Mongo PHP Driver to be installed and running.

To setup moa(db) :

- Copy the `moaDB` folder to a secure path on your web site.

Then your done, but you might want to :

- Change the `.htaccess` file in order to block unwanted authorization.
- Check out the config settings in `resources/php/config.php`.

Finally go to the URL pointing to moaDB on your web site.

Status

This project is new and a work in progress. Bugs, issues and improvements are very welcome.

History

** [1.0.0] **

- Initial commit;

Contribute

This project started out as a quick fix, for a GUI to support mongo ssl, but I have now decided to continue improving it and share the love. Feel free to contribute to MoaDB. Make sure your methods are tested on the support browsers, and that any new functionality includes appropriate comments.