Libraries tagged by docblocks
radziuk/php-tt
112 Downloads
Docblock unit tests library, unit test methods of your class directly in your doc block
piedweb/method-doc-block-generator
296 Downloads
Method DocBlock Generator
leighman/psalm-plugin-todo-by
161699 Downloads
Support @todo-by docblock annotations
arnaud-ritti/wp-hook
1368 Downloads
Use PHP Docblock (annotations) to register WordPress hooks, filters and shortcodes.
tjgazel/laravel-docblock-acl
240 Downloads
ACL for laravel using docblock
dannykopping/docblock
1763 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
38517 Downloads
smuuf/php-docblock-parser
426 Downloads
Just a simple PHP docblock parser.
digitalkaoz/typehint-to-docblock
24 Downloads
converts typehints to docblocks and vice versa
argo-php/docblock-parser
340 Downloads
PHP DocBlock parser
archielite/laravel-facade-docblock-generator
7276 Downloads
Laravel Facade Docblock Generator
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.
mteu/docblock-rules
21986 Downloads
A few additional rules for PHPStan
samsara/mason
1063 Downloads
A PHPDoc docblock interpreter that is simple, easy to use, and provides Attribute alternatives.