PHPackages                             symfony-cmf/object-info-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. symfony-cmf/object-info-bundle

AbandonedLibrary

symfony-cmf/object-info-bundle
==============================

Allows the mapping and retrieval of arbitraey metadata to object classes

26PHP

Since Dec 27Pushed 11y ago2 watchersCompare

[ Source](https://github.com/dantleech/ObjectInfoBundle)[ Packagist](https://packagist.org/packages/symfony-cmf/object-info-bundle)[ RSS](/packages/symfony-cmf-object-info-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony CMF ObjectInfo Bundle
=============================

[](#symfony-cmf-objectinfo-bundle)

[![Build Status](https://camo.githubusercontent.com/9f47a8cc5bbee5c12aaa15f147e057bdca0fc72d0e05451fa03765e84efdb702/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f73796d666f6e792d636d662f4f626a656374496e666f42756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/symfony-cmf/ObjectInfoBundle)[![Latest Stable Version](https://camo.githubusercontent.com/1bb466097410784a9eb8621fa51bb4fd220c941b0f6ac6911d792e285feebf2b/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f6f626a6563742d696e666f2d62756e646c652f76657273696f6e2e706e67)](https://packagist.org/packages/symfony-cmf/object-info-bundle)[![Total Downloads](https://camo.githubusercontent.com/8295b3f53e22af440e6d4163dc56b5b6f17e92eb18aad0a3850667783ffb8576/68747470733a2f2f706f7365722e707567782e6f72672f73796d666f6e792d636d662f6f626a6563742d696e666f2d62756e646c652f642f746f74616c2e706e67)](https://packagist.org/packages/symfony-cmf/object-info-bundle)

This bundle is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/)and licensed under the [MIT License](LICENSE).

This bundle allows you to access inferred information from objects, for example:

```
$object = new Product();
// ...

$objectInfoManager->provideInfo($object);

echo $info['route']['edit']; // http://path/to/edit?id=123
echo $info['title']; // "My product title"
echo $info['icon']; // /path/to/icon.png
```

Requirements
------------

[](#requirements)

- Symfony 2.2.x
- See also the `require` section of [composer.json](composer.json)

Documentation
-------------

[](#documentation)

Not yet.

- [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
- [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links

Contributing
------------

[](#contributing)

Pull requests are welcome. Please see our [CONTRIBUTING](https://github.com/symfony-cmf/symfony-cmf/blob/master/CONTRIBUTING.md)guide.

Unit and/or functional tests exist for this bundle. See the [Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)for a guide to running the tests.

Thanks to [everyone who has contributed](https://github.com/symfony-cmf/ObjectInfoBundle/contributors) already.

Running the tests
-----------------

[](#running-the-tests)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/24ec7d5d6b7ea54007be5d7b4f43800381cc1e22929f7d2276fba30e497fdfa6?d=identicon)[dantleech](/maintainers/dantleech)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/symfony-cmf-object-info-bundle/health.svg)

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

PHPackages © 2026

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