PHPackages                             alterphp/easyadmin-mongo-odm-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. alterphp/easyadmin-mongo-odm-bundle

AbandonedSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

alterphp/easyadmin-mongo-odm-bundle
===================================

This bundle provides support for Doctrine Mongo ODM documents in EasyAdmin

1.x-dev(7y ago)614.0k↑11.1%[1 issues](https://github.com/alterphp/EasyAdminMongoOdmBundle/issues)MITPHPPHP &gt;=7.0CI failing

Since Nov 29Pushed 3y ago2 watchersCompare

[ Source](https://github.com/alterphp/EasyAdminMongoOdmBundle)[ Packagist](https://packagist.org/packages/alterphp/easyadmin-mongo-odm-bundle)[ Docs](https://github.com/alterphp/EasyAdminMongoOdmBundle)[ RSS](/packages/alterphp-easyadmin-mongo-odm-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (17)Versions (2)Used By (0)

EasyAdminMongoOdmBundle
=======================

[](#easyadminmongoodmbundle)

Provides support of Doctrine Mongo ODM documents in EasyAdmin

⚠️ This bundle is under development and **remains experimental** as long as no v1.0.0 tag is available !

Installation
------------

[](#installation)

EasyAdminMongoOdmBundle is installable aside an EasyAdmin configuration. It actually requires it !

`composer require alterphp/easyadmin-mongo-odm-bundle:dev-master`

Configuration
-------------

[](#configuration)

Simple example :

```
easy_admin_mongo_odm:
    documents:
        AnyDocument:
          class: App\Document\AnyDocument
        SomeDocument:
            class: App\Document\SomeDocument
            list:
                sort: createdAt
                fields:
                    - field1
                    - field2
                    - ...

# You can define menu for documents into easyadmin configuration
easy_admin:
    design:
        menu:
            - { label: AnyDocument, route: easyadmin_mongo_odm, params: { document: AnyDocument } }
            - { label: SomeDocument, route: easyadmin_mongo_odm, params: { document: SomeDocument } }
```

Dev notes
---------

[](#dev-notes)

- TwigPathPass compiler pass makes @EasyAdminMongoOdm templates to be searched in EasyAdmin bundle if not found in EasyAdminMongoOdm bundle.

TODOs
-----

[](#todos)

- Exception listener for production env ?
- QueryBuilder =&gt; deal with associations ?
- PropertyConfigPass is not implemented =&gt; item `format` per field is not preset
- Menu items of type `document`

Development tags
----------------

[](#development-tags)

**USE\_MAIN\_CONFIG** : Some backend configuration used from EasyAdmin bundle (when not specific to ODM). **RESTRICTED\_ACTIONS** : Marks code lines that deal with actions limitation (new, edit and delete are not available for now). **NO\_ASSOCIATION** : Disabled association mapping (Mongo ODM has `reference` feature, but it's not implemented here yet). **SORT\_ONLY\_INDEXES** : By default, only indexed fields are sortable (for performance reason).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2727d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa4d5cdc3790b9d17039173539fd98d0963bd3a067e9c9ba6e1d24d39463de50?d=identicon)[alterphp](/maintainers/alterphp)

---

Top Contributors

[![alterphp](https://avatars.githubusercontent.com/u/738765?v=4)](https://github.com/alterphp "alterphp (64 commits)")[![kip-mmainchain](https://avatars.githubusercontent.com/u/174354936?v=4)](https://github.com/kip-mmainchain "kip-mmainchain (4 commits)")

---

Tags

odmadmindocumentmongoeasyadmin

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alterphp-easyadmin-mongo-odm-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/alterphp-easyadmin-mongo-odm-bundle/health.svg)](https://phpackages.com/packages/alterphp-easyadmin-mongo-odm-bundle)
```

###  Alternatives

[tecnickcom/tc-lib-pdf

PHP PDF Library

1.8k452.3k7](/packages/tecnickcom-tc-lib-pdf)[faisalman/simple-excel-php

Easily parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc formats

582599.4k1](/packages/faisalman-simple-excel-php)[netcarver/textile

Textile markup language parser

2311.5M16](/packages/netcarver-textile)[stevebauman/autodoc-facades

Auto-generate PHP doc annotations for Laravel facades

98186.6k9](/packages/stevebauman-autodoc-facades)[tecnickcom/tc-lib-pdf-parser

PHP library to parse PDF documents

4092.8k](/packages/tecnickcom-tc-lib-pdf-parser)[scannerjs/scanner.js

ScannerJS: JavaScript web scan JPG PDF images from TWAIN WIA scanners in browser (Chrome, Edge, Firefox or IE)

5914.3k](/packages/scannerjs-scannerjs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
