https://github.com/phpactor/docblock-parser
(Tolerant) PHP Docblock Parser
https://github.com/phpactor/docblock-parser
Last synced: 9 months ago
JSON representation
(Tolerant) PHP Docblock Parser
- Host: GitHub
- URL: https://github.com/phpactor/docblock-parser
- Owner: phpactor
- License: mit
- Created: 2021-02-06T18:23:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T09:01:41.000Z (over 1 year ago)
- Last Synced: 2025-04-30T18:09:54.961Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 140 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docblock Parser
===============
**ARCHIVED**: This repository is now part of
[worse-reflection](https://github.com/phpactor/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](https://github.com/phpactor/phpactor) repository. It is
_occasionally_ updated. Raise any issues about this repository there.