An open API service indexing awesome lists of open source software.

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

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
```