Libraries tagged by Annotation Parser
doctrine/annotations
495383783 Downloads
Docblock Annotations Parser
doctrine/lexer
782448019 Downloads
PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
jan-swiecki/simple-annotations
547266 Downloads
Simple annotation parser
nette/reflection
4637184 Downloads
Nette Reflection: docblock annotations parser and common reflection classes
php-static-analysis/node-visitor
16667 Downloads
PHP parser node visitor that converts Attributes into PHPDoc annotations
yurunsoft/doctrine-annotations
139083 Downloads
PHP Doctrine DocBlock Annotations Parser library that lets you parse structured data out of PHP docblocks for use with other functionality.
vanio/type-parser
19302 Downloads
Library for parsing property types defined using @var PHPDoc annotation
shadz3rg/lexer
55099 Downloads
PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
eloquent/blox
89702 Downloads
A parser for block comment documentation.
dreamcat/annotation_parser
3869 Downloads
一个注解文档解析器
solarismedia/nette-reflection
2264 Downloads
Nette Reflection: docblock annotations parser and common reflection classes
crodas/notoj
21848 Downloads
Annotation parser. Uses reflection and provides cache out of the box.
pmvc-plugin/annotation
9969 Downloads
PHP annotation parser and reader
headoo/annotations
21 Downloads
Docblock Annotations Parser
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.