PHPackages                             constantable/odm-document-maker - 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. [Database &amp; ORM](/categories/database)
4. /
5. constantable/odm-document-maker

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

constantable/odm-document-maker
===============================

The ODM Document Maker helps you create Doctrine ODM Documents

1.0(2y ago)511.0k↑140.7%3[1 issues](https://github.com/constantable/odm-document-maker/issues)MITPHPPHP &gt;=8.0CI failing

Since Jun 17Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/constantable/odm-document-maker)[ Packagist](https://packagist.org/packages/constantable/odm-document-maker)[ RSS](/packages/constantable-odm-document-maker/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (15)Versions (2)Used By (0)

ODM Document Maker
==================

[](#odm-document-maker)

[![CI Status](https://github.com/constantable/odm-document-maker/workflows/CI/badge.svg)](https://github.com/constantable/odm-document-maker/actions?query=workflow%3ACI)[![Latest Version](https://camo.githubusercontent.com/777e0501ccdf1fb623cbdb125f4d15df7f3f63e06abe53748b5794bdafcd457d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6e7374616e7461626c652f6f646d2d646f63756d656e742d6d616b65722e737667)](https://packagist.org/packages/constantable/odm-document-maker)

The ODM Document Maker helps you create Symfony Doctrine ODM Documents

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

[](#installation)

```
composer require constantable/odm-document-maker
```

Maker
-----

[](#maker)

The `constantable:make-document` command creates or updates a document and repository class.

```
php bin/console constantable:make-document BlogPost
```

If the argument is missing, the command will ask for the document class name interactively.

You can also mark this class as an API Platform resource. A hypermedia CRUD API will automatically be available for this document class:

```
php bin/console constantable:make-document --api-resource
```

You can also generate all the getter/setter/adder/remover methods for the properties of existing documents:

```
php bin/console constantable:make-document --regenerate
```

To *overwrite* any existing methods:

```
php bin/console constantable:make-document --regenerate --overwrite
```

You can create an EmbeddedDocument class:

```
php bin/console constantable:make-document --embedded
```

About
-----

[](#about)

**Used by** [Timequip](https://timequip.com) — a task management platform.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance45

Moderate activity, may be stable

Popularity33

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

747d ago

### Community

Maintainers

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

---

Top Contributors

[![constantable](https://avatars.githubusercontent.com/u/11844178?v=4)](https://github.com/constantable "constantable (15 commits)")

---

Tags

generatormakerdocument generator

### Embed Badge

![Health badge](/badges/constantable-odm-document-maker/health.svg)

```
[![Health](https://phpackages.com/badges/constantable-odm-document-maker/health.svg)](https://phpackages.com/packages/constantable-odm-document-maker)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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