zeantar / docblock
Simple docblock reading library
1.0.2
2024-01-08 14:06 UTC
Requires (Dev)
- phpunit/phpunit: ^10
README
Docblock
Simple PHP docblock reading library
Reasoning
Because I found no lightweight libraries that can read a summary of docblock from reflection (without AST parsing).
So if you want to get some summary/tags/description from docblock without big libraries usage you can use this library I guess. It's also should be faster.
Install
composer require zeantar/docblock