zeantar / docblock
Simple docblock reading library
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/zeantar/docblock
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