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

https://github.com/danog/phpdoc

Simple markdown PHPDOC documentation generator with psalm type annotation support.
https://github.com/danog/phpdoc

Last synced: about 1 year ago
JSON representation

Simple markdown PHPDOC documentation generator with psalm type annotation support.

Awesome Lists containing this project

README

          

# danog/phpdoc

Simple markdown PHPDOC documentation generator with psalm type annotation support.

Supports, classes, abstract classes, interfaces, traits and functions thanks to [danog/class-finder](https://github.com/danog/class-finder).

## Install

```
composer require danog/phpdoc --dev
```

## Run

```
vendor/bin/phpdoc outputDirectory [ namespace ]
```

If not provided, `namespace` will default to the namespace of the current package.

## [API documentation](https://phpdoc.daniil.it/API)