PHPackages                             appventus/extradoctrine-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. appventus/extradoctrine-bundle

AbandonedArchivedSymfony-bundle

appventus/extradoctrine-bundle
==============================

This Bundle include Extra Features for doctrine

02.7kPHP

Since Mar 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/AppVentus/ExtraDoctrineBundle)[ Packagist](https://packagist.org/packages/appventus/extradoctrine-bundle)[ RSS](/packages/appventus-extradoctrine-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

ExtraDoctrineBundle
===================

[](#extradoctrinebundle)

This bundle gives extra features to doctrine for symfony2

Configuration
=============

[](#configuration)

In your doctrine configuration, add the functions:

```
doctrine:
	orm:
    	dql:
        	string_functions:
            	lpad: AppVentus\DoctrineBundle\ORM\Query\AST\Functions\LpadFunction

```

Usage
=====

[](#usage)

Exemple of query builder usage:

```
//we want to have YYYYMM
//so we need to have 2 digits for month
$zeroFillLiteral = $qb->expr()->literal('2');
$yearMonthConcatExpr = $qb->expr()->concat('bill.year', 'LPAD(bill.month,'.$zeroFillLiteral.',\'0\')');

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

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

---

Top Contributors

[![paulandrieux](https://avatars.githubusercontent.com/u/1942078?v=4)](https://github.com/paulandrieux "paulandrieux (2 commits)")[![thomasbeaujean](https://avatars.githubusercontent.com/u/5817919?v=4)](https://github.com/thomasbeaujean "thomasbeaujean (1 commits)")

### Embed Badge

![Health badge](/badges/appventus-extradoctrine-bundle/health.svg)

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

PHPackages © 2026

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