PHPackages                             simpod/doctrine-money - 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. simpod/doctrine-money

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

simpod/doctrine-money
=====================

Doctrine mapping support for MoneyPHP

v0.1(8y ago)04.2k[2 PRs](https://github.com/simPod/DoctrineMoney/pulls)MITPHPPHP &gt;=7.1

Since Mar 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/simPod/DoctrineMoney)[ Packagist](https://packagist.org/packages/simpod/doctrine-money)[ RSS](/packages/simpod-doctrine-money/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (4)Used By (0)

*The project is abandoned. Avoid embeddables and use [brick/money](https://github.com/brick/money). No Doctrine types needed.*

Doctrine Money
==============

[](#doctrine-money)

[![Build Status](https://camo.githubusercontent.com/bbb202ee2c85de322da410d195a3f638d7e011c3426c32ccd52a714f48a268a4/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f73696d506f642f446f637472696e654d6f6e65792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/simPod/DoctrineMoney)[![Quality Score](https://camo.githubusercontent.com/53c9d7c8e206967a945ce1af6f42f80b60108571c613bcbef0ee285531a82ef8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73696d506f642f446f637472696e654d6f6e65792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/simPod/DoctrineMoney)[![Code Coverage](https://camo.githubusercontent.com/1a96b0f21000c59dd0050ca92b82d615a068d057ea729503e673fca7b285e29a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f73696d506f642f446f637472696e654d6f6e65792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/simPod/DoctrineMoney)[![GitHub Issues](https://camo.githubusercontent.com/9f488e96598d84c879148597d365cd5299bda064d245b56bdaae0aff5de85197/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f73696d506f642f446f637472696e654d6f6e65792e7376673f7374796c653d666c61742d737175617265)](https://github.com/simPod/DoctrineMoney/issues)

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

[](#installation)

`composer require simpod/doctrine-money`

Use
---

[](#use)

```
doctrine:
    orm:
        mappings:
            Money:
                dir: "%kernel.project_dir%/../vendor/simpod/doctrine-money/src/doctrine/orm"
                prefix: Money
                type: xml
```

Then in entity you can add property of type `Money\Money`:

```
/**
 * @var Money
 * @ORM\Embedded(class="Money\Money")
 */
private $money;
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

2971d ago

### Community

Maintainers

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

---

Top Contributors

[![simPod](https://avatars.githubusercontent.com/u/327717?v=4)](https://github.com/simPod "simPod (6 commits)")

---

Tags

doctrinedoctrine-ormphp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/simpod-doctrine-money/health.svg)

```
[![Health](https://phpackages.com/badges/simpod-doctrine-money/health.svg)](https://phpackages.com/packages/simpod-doctrine-money)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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