chamber-orchestra/metadata-bundle

The symfony metadata bundle

Installs: 14

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/chamber-orchestra/metadata-bundle

v8.0.3 2026-01-04 16:34 UTC

This package is auto-updated.

Last update: 2026-01-04 16:35:06 UTC


README

A Symfony bundle that augments Doctrine ORM entities with extension metadata. It provides a metadata factory/reader, mapping drivers, and subscriber hooks to load custom mapping configuration during Doctrine metadata loading.

Dependencies

Core requirements (see composer.json):

  • PHP 8.4
  • Symfony 8.0 components: dependency-injection, config, framework-bundle, runtime, options-resolver
  • Doctrine ORM 3.x and Doctrine Bundle 3.2

Development:

  • PHPUnit 12.5
  • Symfony Test Pack

Install dependencies with:

composer install

Running Tests

Run the full test suite:

bin/phpunit

Run a focused subset by class or method:

bin/phpunit --filter SomeTest