for MongoDB

MongoDB admin in a single PHP file

Browse collections, inspect documents, and manage data in any MongoDB database. Built-in JSON editor, BSON-aware, zero framework dependencies.

Reading level

Browse collections

Navigate all collections and databases in any MongoDB instance. Fast, paginated document listing.

Navigate all collections and databases in any MongoDB instance. Fast, paginated document listing.

Document editor

Insert and edit documents with a built-in JSON editor. Full nested object and array support.

Insert and edit documents with a built-in JSON editor. Full nested object and array support.

BSON-aware

Native rendering of ObjectId, Date, Binary, and other BSON types — no raw hex blobs.

Native rendering of ObjectId, Date, Binary, and other BSON types — no raw hex blobs.

Per-collection rules

Customize labels, readonly fields, and hidden fields per collection via config.php.

Customize labels, readonly fields, and hidden fields per collection via config.php.

CSRF protection

All write operations are protected by token-based CSRF validation.

All write operations are protected by token-based CSRF validation.

Extension required

Requires the MongoDB PHP extension (ext-mongodb). No Composer, no other dependencies.

Requires the MongoDB PHP extension (ext-mongodb). No Composer, no other dependencies.