Libraries tagged by Annotation Parser
doctrine/annotations
522116598 Downloads
Docblock Annotations Parser
doctrine/lexer
837151322 Downloads
PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
jan-swiecki/simple-annotations
576630 Downloads
Simple annotation parser
nette/reflection
4715313 Downloads
Nette Reflection: docblock annotations parser and common reflection classes
vanio/type-parser
20735 Downloads
Library for parsing property types defined using @var PHPDoc annotation
php-static-analysis/node-visitor
25975 Downloads
PHP parser node visitor that converts Attributes into PHPDoc annotations
yurunsoft/doctrine-annotations
140522 Downloads
PHP Doctrine DocBlock Annotations Parser library that lets you parse structured data out of PHP docblocks for use with other functionality.
shadz3rg/lexer
57112 Downloads
PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
eloquent/blox
91483 Downloads
A parser for block comment documentation.
dreamcat/annotation_parser
4735 Downloads
一个注解文档解析器
solarismedia/nette-reflection
2497 Downloads
Nette Reflection: docblock annotations parser and common reflection classes
niktux/addendum
6395 Downloads
Annotations support for PHP (fork of addendum)
crodas/notoj
21860 Downloads
Annotation parser. Uses reflection and provides cache out of the box.
pmvc-plugin/annotation
10105 Downloads
PHP annotation parser and reader
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.