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.
Installs: 99 202 676
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2 969
Watchers: 14
Forks: 21
Open Issues: 0
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
Conflicts
- doctrine/common: <2.9
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
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.