PHPackages                             gollumsf/serializer-describe-attribute-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. gollumsf/serializer-describe-attribute-bundle

ActiveSymfony-bundle

gollumsf/serializer-describe-attribute-bundle
=============================================

Add class attribute for describe serializer property

v1.0.0(1mo ago)00GPL-3.0-or-laterPHPPHP &gt;=8.2CI passing

Since Mar 27Pushed 1mo agoCompare

[ Source](https://github.com/GollumSF/serializer-describe-attribute-bundle)[ Packagist](https://packagist.org/packages/gollumsf/serializer-describe-attribute-bundle)[ Docs](https://github.com/GollumSF/serializer-describe-attribute-bundle)[ RSS](/packages/gollumsf-serializer-describe-attribute-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

GollumSFSerializerDescribeAttributeBundle
=========================================

[](#gollumsfserializerdescribeattributebundle)

[![Build Status](https://github.com/GollumSF/serializer-describe-attribute-bundle/actions/workflows/symfony_6.4.yml/badge.svg?branch=master)](https://github.com/GollumSF/serializer-describe-attribute-bundle/actions)[![Build Status](https://github.com/GollumSF/serializer-describe-attribute-bundle/actions/workflows/symfony_7.4.yml/badge.svg?branch=master)](https://github.com/GollumSF/serializer-describe-attribute-bundle/actions)[![Build Status](https://github.com/GollumSF/serializer-describe-attribute-bundle/actions/workflows/symfony_8.0.yml/badge.svg?branch=master)](https://github.com/GollumSF/serializer-describe-attribute-bundle/actions)

[![Coverage](https://camo.githubusercontent.com/d05000ea6068649ad5ab9212874d75ef9f2a6c215991d95c4917aa50edba90ac/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f476f6c6c756d53462f73657269616c697a65722d64657363726962652d6174747269627574652d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/GollumSF/serializer-describe-attribute-bundle)[![License](https://camo.githubusercontent.com/aa98bc1140997a3a39c209161a0ed1c24ad726f50f61cf838d83a2cf8e20022a/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f73657269616c697a65722d64657363726962652d6174747269627574652d62756e646c652f6c6963656e73653f)](https://packagist.org/packages/gollumsf/serializer-describe-attribute-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/21a111a2f676a225d2a671d2a175df13f872d25a71551d1079b04d6f6480070b/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f73657269616c697a65722d64657363726962652d6174747269627574652d62756e646c652f762f737461626c653f)](https://packagist.org/packages/gollumsf/serializer-describe-attribute-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/b3644ee40fc93a1ab9e115791457b8cd3aa2352f562fefd5da64da8e36025cac/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f73657269616c697a65722d64657363726962652d6174747269627574652d62756e646c652f762f756e737461626c653f)](https://packagist.org/packages/gollumsf/serializer-describe-attribute-bundle)[![Discord](https://camo.githubusercontent.com/e2ea9d7fb91494f17c7c76925e006e2ad2d7586fa54f500364bddda1520eecb1/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3637313734313934343134393537333638373f636f6c6f723d707572706c65266c6162656c3d646973636f7264)](https://discord.gg/xMBc5SQ)

Add class attribute for describe serializer property

Requirements:
-------------

[](#requirements)

- PHP &gt;= 8.2
- Symfony 6.4, 7.x or 8.0

Installation:
-------------

[](#installation)

```
composer require gollumsf/serializer-describe-attribute-bundle
```

### config/bundles.php

[](#configbundlesphp)

```
return [
    // [ ... ]
    GollumSF\SerializerDescribeAttributeBundle\GollumSFSerializerDescribeAttributeBundle::class => ['all' => true],
];
```

Usage:
------

[](#usage)

```
use GollumSF\SerializerDescribeAttributeBundle\Attribute\SerializerDescribe;

class EntityParent {
    private $propertyA;
}

#[SerializerDescribe([
    'propertyA' => [
        'groups' => [
            'group_1', 'group_2'
        ]
    ],
    'propertyB' => [
        'serializedName' => 'new_name',
        'maxDepth' => 2
    ]
])]
class EntityChild extends EntityParent {
    private $propertyB;
}
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6690bb36165854e1db86762d56c22351ff844b12f59e5c91993a6d793f098cfb?d=identicon)[Smeagolworms4](/maintainers/Smeagolworms4)

---

Top Contributors

[![Smeagolworms4](https://avatars.githubusercontent.com/u/4448640?v=4)](https://github.com/Smeagolworms4 "Smeagolworms4 (1 commits)")

---

Tags

symfonyserializeclassattribute

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gollumsf-serializer-describe-attribute-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gollumsf-serializer-describe-attribute-bundle/health.svg)](https://phpackages.com/packages/gollumsf-serializer-describe-attribute-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k48.1M236](/packages/api-platform-core)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)

PHPackages © 2026

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