doctrine/reflection
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
Maintainers
Requires
- php: ^7.1 || ^8.0
- ext-tokenizer: *
- doctrine/annotations: ^1.0 || ^2.0
Requires (Dev)
- doctrine/coding-standard: ^9
- doctrine/common: ^3.3
- phpstan/phpstan: ^1.4.10
- phpstan/phpstan-phpunit: ^1
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.5
Suggests
None
Provides
None
Conflicts
- doctrine/common: <2.9
Replaces
None
MIT 6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7
- Guilherme Blanco <guilhermeblanco.woop@gmail.com>
- Roman Borschel <roman.woop@code-factory.org>
- Benjamin Eberlei <kontakt.woop@beberlei.de>
- Jonathan Wage <jonwage.woop@gmail.com>
- Johannes Schmitt <schmittjoh.woop@gmail.com>
- Marco Pivetta <ocramius.woop@gmail.com>
README
⚠ This package is abandoned, consider migrating to alternatives, such as
roave/better-reflection. Features that are still useful to Doctrine have been
moved to doctrine/persistence⚠
Doctrine Reflection
👁 Build Status
👁 Code Coverage
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
