zeantar/docblock

Simple docblock reading library

1.0.2 2024-01-08 14:06 UTC

This package is auto-updated.

Last update: 2025-06-08 17:07:53 UTC


README

forthebadge | Fuck it. Ship it. forthebadge | Gluten free.

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

Links

Documentation