arth / php52-annotation
v1.0.2
2018-12-13 16:02 UTC
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2024-10-16 08:01:16 UTC
README
Install: composer require arth/php52-annotation --no-dev Usage: $annotations = MedInTech_Util_Annotations::fromClassFull($className); echo json_encode($annotations); {"class": [], "properties": [], "methods": []} Hint: It's designed to be php5.2 compatible, but unit tests assumed to run on recent php versions. Purpose is to have zero-level dependency on legacy php features.