phpactor / docblock-parser
Docblock Parser
Installs: 18 661
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- php: ^8.1
Requires (Dev)
- ergebnis/composer-normalize: ^2.0
- friendsofphp/php-cs-fixer: ^3.0
- jetbrains/phpstorm-stubs: ^2020.2
- phpbench/phpbench: ^1.1
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpdoc-parser: ^0.4.10
- phpstan/phpstan: ^1.0
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^5.2
This package is auto-updated.
Last update: 2024-11-03 09:46:41 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.