arth / php52-annotation
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/arth/php52-annotation
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-10-16 10:09:13 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.