PHPackages                             chaplean/doctrine-extensions-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. [Database &amp; ORM](/categories/database)
4. /
5. chaplean/doctrine-extensions-bundle

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

chaplean/doctrine-extensions-bundle
===================================

Doctrine extensions (including Gedmo)

v5.0.1(6y ago)01.2k1MITPHPPHP &gt;=7.0.8

Since Aug 19Pushed 6y agoCompare

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

READMEChangelog (1)Dependencies (14)Versions (11)Used By (1)

Getting Started With Chaplean Doctrine Extensions Bundle
========================================================

[](#getting-started-with-chaplean-doctrine-extensions-bundle)

Prerequisites
=============

[](#prerequisites)

This version of the bundle requires Symfony 2.8+.

Installation
============

[](#installation)

1. Composer
-----------

[](#1-composer)

```
composer require chaplean/doctrine-extensions-bundle

```

2. AppKernel.php
----------------

[](#2-appkernelphp)

Add

```
            new Chaplean\Bundle\DoctrineExtensionsBundle\ChapleanDoctrineExtensionsBundle(),
            new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
```

3. app/config/config.yml
------------------------

[](#3-appconfigconfigyml)

##### Optional : mapping for loggable/translatable/tree

[](#optional--mapping-for-loggabletranslatabletree)

Add lines

```
doctrine:
    orm:
        mappings:
            translatable:
                type: annotation
                alias: Gedmo
                prefix: Gedmo\Translatable\Entity
                # make sure vendor library location is correct
                dir: '%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity'
            loggable:
                type: annotation
                alias: Gedmo
                prefix: Gedmo\Loggable\Entity
                dir: '%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity'
            tree:
                type: annotation
                alias: Gedmo
                prefix: Gedmo\Tree\Entity
                dir: '%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity'
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~157 days

Recently: every ~269 days

Total

10

Last Release

2498d ago

Major Versions

v1.0.2 → v2.0.12016-05-08

v2.0.2 → v3.0.02016-07-23

v3.0.0 → v4.0.02017-08-02

v4.1.0 → v5.0.02018-03-27

PHP version history (3 changes)v1.0.0PHP &gt;=5.3.2

v1.0.2PHP &gt;=5.5.9

v3.0.0PHP &gt;=7.0.8

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bfb5e4a3dde826e4cd3f92d24fdfbdce1415c77f3edd38fc3420b4988977e13?d=identicon)[HugoDumazeau](/maintainers/HugoDumazeau)

![](https://www.gravatar.com/avatar/8084ee0162a85df3b3f49230b8c0dde81108195caa541bb00642cbd050e88b25?d=identicon)[hudumazeau](/maintainers/hudumazeau)

---

Top Contributors

[![mdevlamynck](https://avatars.githubusercontent.com/u/4378377?v=4)](https://github.com/mdevlamynck "mdevlamynck (6 commits)")[![tomchaplean](https://avatars.githubusercontent.com/u/5412926?v=4)](https://github.com/tomchaplean "tomchaplean (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chaplean-doctrine-extensions-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/chaplean-doctrine-extensions-bundle/health.svg)](https://phpackages.com/packages/chaplean-doctrine-extensions-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M650](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[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)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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