https://github.com/phpactor/docblock-parser
(Tolerant) PHP Docblock Parser
https://github.com/phpactor/docblock-parser
Last synced: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T09:01:41.000Z (12 months ago)
- Last Synced: 2025-04-30T18:09:54.961Z (about 1 month 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.