phpactor/docblock-parser

Docblock Parser

Maintainers

👁 dantleech

Package info

github.com/phpactor/docblock-parser

pkg:composer/phpactor/docblock-parser

Statistics

Installs: 40 941

Dependents: 1

Suggesters: 0

Stars: 9

Open Issues: 0

0.2.0 2024-06-03 08:58 UTC

Requires

  • php: ^8.1

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 7a28e139a1f008caf586822a4909fe912b6897e1

  • Daniel Leech <daniel.woop@dantleech.com>

This package is auto-updated.

Last update: 2026-06-29 02:14:27 UTC


README

ARCHIVED: This repository is now part of worse-reflection and is not intended to be reused at this time.

PHP Docblock parser with the following aims:

  • Fast: has to be fast enough for IDE analysis.
  • Isomorphic: can be transformed back to the original text representation.
  • Positional: the positions of nodes are captured.

Notice

This package is not actively developed here but in the main phpactor repository. It is occasionally updated. Raise any issues about this repository there.