https://github.com/mibk/phpdoc
PHPDoc parser and printer
https://github.com/mibk/phpdoc
go golang parser php phpdoc
Last synced: 7 months ago
JSON representation
PHPDoc parser and printer
- Host: GitHub
- URL: https://github.com/mibk/phpdoc
- Owner: mibk
- License: mit
- Created: 2020-03-26T12:09:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-23T14:02:11.000Z (8 months ago)
- Last Synced: 2025-05-23T15:35:46.687Z (8 months ago)
- Topics: go, golang, parser, php, phpdoc
- Language: Go
- Homepage:
- Size: 234 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpdoc
A PHPDoc parser and printer, implemented in Go. It aims to be
compatible with [PHPStan](https://github.com/phpstan/phpstan).
## Instalation
```
$ go get mibk.dev/phpdoc
```