Libraries tagged by doc bloc
argo-php/docblock-parser
352 Downloads
PHP DocBlock 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.
deployee/docblock
38521 Downloads
firesphere/silverstripe-docgenerator
42 Downloads
Generate APIGen docs on flush
smalldb/annotations
88 Downloads
Docblock Annotations Parser based on Doctrine Annotations
samsara/mason
1097 Downloads
A PHPDoc docblock interpreter that is simple, easy to use, and provides Attribute alternatives.
leaditin/annotations
24 Downloads
A simple API for reading any kind of annotations from PHP Class
kerryrandolph/wp-hook-annotations
1257 Downloads
Use PHP docblock @annotations to register WordPress hooks, filters and shortcodes
devsdmf/annotations
4056 Downloads
A simple and directly handler for docblock and annotations for PHP
type-lang/phpdoc-template-tags
445 Downloads
Adds support for template PHPDoc tags
pradosoft/apigen
3260 Downloads
PHP source code API generator - Prado fork
cubesolutions/phpconsistent
129 Downloads
PHPConsistent is a dynamic and static code analysis tool that verifies the consistency between the function/method calls your code makes and the in-line documentation (docblock) of the called functions/methods.
zero-to-prod/docgen-visitor
888 Downloads
A PHP AST visitor for automatically generating or updating docblocks in PHP source code.
richardgoldstein/fat-free-routes
137 Downloads
Generate FatFreeFramework Routes from DocBlocks
quellabs/annotation-reader
341 Downloads
A PHP annotations reader that parses, processes, and caches docblock annotations for classes, properties, and methods.