PHPackages                             mapado/version-control-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mapado/version-control-bundle

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

mapado/version-control-bundle
=============================

Objects Version Controller

v1.0.4(13y ago)072MITPHP

Since Feb 27Pushed 12y ago5 watchersCompare

[ Source](https://github.com/mapado/VersionControlBundle)[ Packagist](https://packagist.org/packages/mapado/version-control-bundle)[ RSS](/packages/mapado-version-control-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

Version Controller
==================

[](#version-controller)

Abstract Object Version Controller

The purpose of this project is to have a version history of an abstract object.

1. [Project principle](https://github.com/mapado/VersionControlBundle/blob/master/src/Mapado/VersionControlBundle/Resources/doc/1-principle.md)
2. [Webservice implementation](https://github.com/mapado/VersionControlBundle/blob/master/src/Mapado/VersionControlBundle/Resources/doc/2-webservice.md)

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

[](#installation)

### Get the bundle

[](#get-the-bundle)

Add this in your composer.json

```
{
	"require": {
		"mapado/version-control-bundle": "v1.0.*"
	}
}
```

and then run

```
php composer.phar update
```

or

```
composer update
```

if you installed composer globally.

### Add the classes to your Kernel

[](#add-the-classes-to-your-kernel)

```
new Mapado\VersionControlBundle\MapadoVersionControlBundle(),
```

Webservice Configuration
------------------------

[](#webservice-configuration)

Add this to your routing.yml :

```
mapado_version_control:
    resource: "@MapadoVersionControlBundle/Controller/"
    type:     annotation
    prefix:   /version_control/

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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

Every ~0 days

Total

5

Last Release

4870d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3277986d0e1f93c7e8a58fdaf1b52e3f5a1588e73dfa298d33aafb1ebbde5ef2?d=identicon)[jdeniau](/maintainers/jdeniau)

---

Top Contributors

[![jdeniau](https://avatars.githubusercontent.com/u/1398469?v=4)](https://github.com/jdeniau "jdeniau (19 commits)")

---

Tags

mapadoversion

### Embed Badge

![Health badge](/badges/mapado-version-control-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mapado-version-control-bundle/health.svg)](https://phpackages.com/packages/mapado-version-control-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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