Registry / utility / zeptech-annotations

zeptech-annotations

JSON →
library1.2.0phppackagistunverified

DOC Block annotation parsing for PHP, allowing extraction of annotations from doc blocks.

composer require zeptech/annotations
INSTALL
IMPORT
SIG · ZEPTECH-ANNOTATION
Z
zeptech-annotations
utilityphpv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AnnotationReader
use Zeptech\Annotations\AnnotationReader;

Parse annotations from a class's doc block.

use Zeptech\Annotations\AnnotationReader; $reader = new AnnotationReader(); $annotations = $reader->getClassAnnotations(new ReflectionClass(MyClass::class));
Debug
Known issues
gotchaOnly supports PHP 7.0+; may not work with PHP 8 attributes.
fix
Use PHP 7.x or 8.x with doc block annotations only.
affects: >=1.0.0
Upgrade
Version history
1.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
zeptech-annotations — pip install zeptech-annotations · libregistry