Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 505 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 505 Bytes

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.

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.