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. constantable/odm-document-maker

ActiveSymfony-bundle

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

The ODM Document Maker helps you create Doctrine ODM Documents

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

Since Jun 17Pushed 3mo 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 1mo 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

38

—

LowBetter than 85% of packages

Maintenance54

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

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

700d 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

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

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