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
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.