Libraries tagged by docblock
arnaud-ritti/wp-hook
1028 Downloads
Use PHP Docblock (annotations) to register WordPress hooks, filters and shortcodes.
mnapoli/phpdocreader
254672 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
dugajean/wp-hook-annotations
4111 Downloads
Use PHP Docblock (annotations) to register WordPress hooks, filters and shortcodes.
tjgazel/laravel-docblock-acl
223 Downloads
ACL for laravel using docblock
dannykopping/docblock
1762 Downloads
A simple library for parsing PHP DocBlock comments
odan/docblock-checker
4290 Downloads
A simple tool for checking that your PHP classes and methods use docblocks.
deployee/docblock
38391 Downloads
digitalkaoz/typehint-to-docblock
24 Downloads
converts typehints to docblocks and vice versa
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.
symplify/better-reflection-docblock
26002 Downloads
Slim wrapper around phpstan/phpdoc-parser with format preserving printer
phpfui/instadoc
965 Downloads
Instant and always up to date documentation for PHP projects
leaditin/annotations
22 Downloads
A simple API for reading any kind of annotations from PHP Class
firesphere/silverstripe-docgenerator
42 Downloads
Generate APIGen docs on flush
niktux/addendum
6363 Downloads
Annotations support for PHP (fork of addendum)
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.