PHPackages                             flowcode/financial-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. flowcode/financial-bundle

ActiveLibrary

flowcode/financial-bundle
=========================

Basic finances and accounting

0.1.2(9y ago)026MITPHP

Since Mar 29Pushed 8y ago9 watchersCompare

[ Source](https://github.com/flowcode/financial-bundle)[ Packagist](https://packagist.org/packages/flowcode/financial-bundle)[ RSS](/packages/flowcode-financial-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

FlowcodeFinancialBundle
=======================

[](#flowcodefinancialbundle)

The FlowcodeFinancialBundle brings you a model for basic financial and accounting features.

Documentation
-------------

[](#documentation)

The source of the documentation is stored in the `Resources/doc/` folder in this bundle:

[Read the Documentation for master](https://github.com/flowcode/financial-bundle/blob/master/src/Flowcode/FinancialBundle/Resources/doc/index.rst)

To make financeService work properly you have to add this mappings

document -&gt; transaction document -&gt; paymentDocument

```
Document:
  type: entity
  oneToMany:
    transactions:
      targetEntity: Flowcode\FinancialBundle\Entity\Core\Transaction
      mappedBy: document
      cascade: ["persist"]
    paymentsDocuments:
      targetEntity: Flowcode\FinancialBundle\Entity\Payment\PaymentDocument
      mappedBy: document
      cascade: ["persist"]

```

payment -&gt; paymentDocument

```
Payment:
  type: entity
  oneToMany:
    paymentDocuments:
      targetEntity: Flowcode\FinancialBundle\Entity\Payment\PaymentDocument
      mappedBy: payment
      cascade: ["persist"]

```

transaction -&gt; journalEntries

```
Transaction:
  type: entity
  oneToMany:
    journalEntries:
      targetEntity: Flowcode\FinancialBundle\Entity\Core\JournalEntry
      mappedBy: transaction
      cascade: ["persist"]

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

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

Every ~0 days

Total

2

Last Release

3333d ago

### Community

Maintainers

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

---

Top Contributors

[![juliansci](https://avatars.githubusercontent.com/u/3432281?v=4)](https://github.com/juliansci "juliansci (25 commits)")[![franciscomemoli](https://avatars.githubusercontent.com/u/5726670?v=4)](https://github.com/franciscomemoli "franciscomemoli (19 commits)")[![juanma-aguero](https://avatars.githubusercontent.com/u/847991?v=4)](https://github.com/juanma-aguero "juanma-aguero (3 commits)")

### Embed Badge

![Health badge](/badges/flowcode-financial-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/flowcode-financial-bundle/health.svg)](https://phpackages.com/packages/flowcode-financial-bundle)
```

PHPackages © 2026

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