Libraries tagged by docblock
gietos/lexer
107 Downloads
Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
frostbane/php-simple-annotations
7395 Downloads
Simple annotation parser
fatcode/annotations
53 Downloads
Annotations library
elbojoloco/laravel-clean-stubs
413 Downloads
Laravel stubs without docblocks.
drutopia/writeme
0 Downloads
Create and keep updated a README.md for your project, fetching details from composer.json and Git. Composer does not need to be installed to use this tool.
devsdmf/annotations
4050 Downloads
A simple and directly handler for docblock and annotations for PHP
brandoriented/annotations
40 Downloads
Docblock Annotations Parser
adiletmaks/annotations
31 Downloads
The KISS PHP annotations library
ngsoft/annotations
8 Downloads
PHP Class Annotation Parser .
ilmiont/elucidate
8 Downloads
Elucidate is a minimal library for generating PHP documentation from docblocks.
claudiodekker/laravel-macro-describer
11 Downloads
Automatically generate IDE autocompletion helpers for Laravel macros/mixins.
on3n3o/extended-route-list
1 Downloads
This package extends default Laravel command route:list to include docblocks @see @author @version @access @param @return. Provides config file to setup what columns, how, and when to show.
xiian/docgenerator
6 Downloads
Generate PHPDoc style docblocks.
webmasterapp/phpdoc-reader
21 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
vm5/php-parser
7 Downloads
This package can parse easily PHP Files. There is a visitor which removes all the PHP comments (NOT the DocBlocks) - including @author and @copyright tags from docblocks.