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
Requires
- php: ^8.4
- doctrine/common: ^3.0
- doctrine/doctrine-bundle: 3.2.*
- doctrine/orm: ^3.0
- symfony/config: 8.0.*
- symfony/dependency-injection: 8.0.*
- symfony/framework-bundle: 8.0.*
- symfony/options-resolver: 8.0.*
- symfony/runtime: 8.0.*
Requires (Dev)
- phpunit/phpunit: ^12.5
- symfony/test-pack: ^1.2
Conflicts
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