burn2delete / MongoAdminBundle

A fully featured MongoAdmin that can be included in any Symfony2 application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoAdminBundle

MongoAdminBundle offers a fully featured administrative tool for MongoDB that can be dropped into any Symfony2 application. It takes advantage of the Doctrine MongoDB ODM project to offer dynamic functionality based on your document mappings.

Status

MongoAdminBundle is still in very early development. The UI is very crude and its functionality limited and potentially buggy.

Dependencies

MongoAdminBundle requires the following bundles in order to work. A sample application is available that can be used as a guide.

  • Twig
    • You'll have to enable the TwigBundle in Symfony2

Features

Current

  • Administer multiple servers at a time
  • Browse a servers databases, collections and documents

Planned

  • Support for custom IDs as well as the default MongoID IDs
  • Search
  • Edit documents
  • Add databases and collections
  • Delete databases, collections and documents
  • Read-only mode for the UI

About

A fully featured MongoAdmin that can be included in any Symfony2 application