danog/phpdoc

Simple markdown PHPDOC documentation generator with psalm type annotation support.

Maintainers

👁 danog

Package info

github.com/danog/phpdoc

Homepage

Type:project

pkg:composer/danog/phpdoc

Statistics

Installs: 7 769

Dependents: 11

Suggesters: 0

Stars: 5

Open Issues: 0

0.1.24 2024-04-06 16:49 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

AGPL-3.0-only f8fe13f3eb33b4c101cd4ba550ae795e2e99c1fa

  • Daniil Gentili <daniil.woop@daniil.it>

documentationphpdocmarkdownpsalm


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