voku / better-reflection
This package is abandoned and no longer maintained.
The author suggests using the roave/better-reflection package instead.
Better Reflection - an improved code reflection API
4.10.0
2020-10-01 10:56 UTC
Requires
- php: >=7.4.1,<7.5.0
- ext-json: *
- jetbrains/phpstorm-stubs: 2019.3
- nikic/php-parser: ^4.6.0
- phpdocumentor/reflection-docblock: ^5.2.0
- phpdocumentor/type-resolver: ^1.3.0
- roave/signature: ^1.0
Requires (Dev)
- doctrine/coding-standard: ^8.1.0
- infection/infection: ^0.16.4
- phpstan/phpstan: ^0.12.25
- phpunit/phpunit: ^9.2.6
- vimeo/psalm: 3.13.1
Suggests
- composer/composer: Required to use the ComposerSourceLocator
- dev-master
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.x-dev
- 4.7.0
- 4.6.x-dev
- 4.6.1
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.81
- 4.3.80
- 4.3.79
- 4.3.78
- 4.3.77
- 4.3.76
- 4.3.75
- 4.3.74
- 4.3.73
- 4.3.72
- 4.3.71
- 4.3.70
- 4.3.69
- 4.3.68
- 4.3.67
- 4.3.66
- 4.3.65
- 4.3.64
- 4.3.63
- 4.3.62
- 4.3.61
- 4.3.60
- 4.3.59
- 4.3.58
- 4.3.57
- 4.3.56
- 4.3.55
- 4.3.54
- 4.3.53
- 4.3.52
- 4.3.51
- 4.3.50
- 4.3.49
- 4.3.48
- 4.3.47
- 4.3.46
- 4.3.45
- 4.3.44
- 4.3.43
- 4.3.42
- 4.3.41
- 4.3.40
- 4.3.39
- 4.3.38
- 4.3.37
- 4.3.36
- 4.3.35
- 4.3.34
- 4.3.33
- 4.3.32
- 4.3.31
- 4.3.30
- 4.3.29
- 4.3.28
- 4.3.27
- 4.3.26
- 4.3.25
- 4.3.24
- 4.3.23
- 4.3.22
- 4.3.21
- 4.3.20
- 4.3.19
- 4.3.18
- 4.3.17
- 4.3.16
- 4.3.15
- 4.3.14
- 4.3.13
- 4.3.12
- 4.3.11
- 4.3.10
- 4.3.9
- 4.3.8
- 4.3.7
- 4.3.6
- 4.3.5
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- 0.1.0
- dev-renovate/configure
- dev-whitesource/configure
- dev-fix_undefined_method
- dev-fix_call_undefined_method
- dev-fix_reflection_parameter
- dev-patch-1
- dev-fix_constants_value
- dev-dependabot/composer/phpstan/phpstan-0.12.32
- dev-implement-newInstanceArgs
This package is auto-updated.
Last update: 2023-04-03 23:23:17 UTC
README
Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.
This fork brings back support for PHP 7.2
This fork is a fork from ondrejmirtes/BetterReflection
I will only push into that master branch, please do not use a tag of this fork fork!
Limitations
- PHP cannot autoload functions, therefore we cannot statically reflect functions
License
This package is released under the MIT license.