PHPackages                             glavweb/composite-object-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. [Framework](/categories/framework)
4. /
5. glavweb/composite-object-bundle

ActiveLibrary[Framework](/categories/framework)

glavweb/composite-object-bundle
===============================

Symfony GlavwebCompositeObjectBundle.

v0.8.0(8y ago)147PHPPHP &gt;=7.1

Since May 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/glavweb/GlavwebCompositeObjectBundle)[ Packagist](https://packagist.org/packages/glavweb/composite-object-bundle)[ RSS](/packages/glavweb-composite-object-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (9)Versions (16)Used By (0)

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

[](#installation)

### Get the bundle using composer

[](#get-the-bundle-using-composer)

Add GlavwebCompositeObjectBundle by running this command from the terminal at the root of your Symfony project:

```
php composer.phar require glavweb/composite-object-bundle
```

### Enable the bundle

[](#enable-the-bundle)

To start using the bundle, register the bundle in your application's kernel class:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Glavweb\CompositeObjectBundle\GlavwebCompositeObjectBundle(),
        // ...
    );
}
```

### Configure the bundle

[](#configure-the-bundle)

Add DBAL type to Doctrine:

```
doctrine:
    dbal:
        types:
            CompositeObjectFieldType: Glavweb\CompositeObjectBundle\DBAL\Types\Object\CompositeObjectFieldType
```

To enable the dynamic routes, add the following to your routing configuration file:

```
#  app/config/routing.yml

glavweb_composite_object:
    resource: "@GlavwebCompositeObjectBundle/Resources/config/routing.yml"
    prefix:   /
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Every ~26 days

Recently: every ~4 days

Total

15

Last Release

2979d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/323641293a1149ed44abfdf39f33c2d931f6cf8fda5bf2f269a2c80c3afe9c69?d=identicon)[nilov](/maintainers/nilov)

---

Top Contributors

[![nilov](https://avatars.githubusercontent.com/u/1862113?v=4)](https://github.com/nilov "nilov (23 commits)")

### Embed Badge

![Health badge](/badges/glavweb-composite-object-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/glavweb-composite-object-bundle/health.svg)](https://phpackages.com/packages/glavweb-composite-object-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/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.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[sylius/sylius

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

8.5k5.8M717](/packages/sylius-sylius)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[oro/platform

Business Application Platform (BAP)

642140.7k105](/packages/oro-platform)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)

PHPackages © 2026

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