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

1.0.2 2024-01-08 14:06 UTC

This package is auto-updated.

Last update: 2025-10-08 17:46:49 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