danog/phpdoc

Simple markdown PHPDOC documentation generator with psalm type annotation support.

Installs: 5 440

Dependents: 7

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 8

Open Issues: 0

Type:project

0.1.24 2024-04-06 16:49 UTC

README

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.

API documentation