danog / phpdoc
Simple markdown PHPDOC documentation generator with psalm type annotation support.
Package info
Type:project
pkg:composer/danog/phpdoc
0.1.24
2024-04-06 16:49 UTC
Requires
- php: ^8.0
- danog/class-finder: ^0.4
- phpstan/phpdoc-parser: ^1.2
- symfony/yaml: ^6.0
Requires (Dev)
- amphp/php-cs-fixer-config: dev-master
- friendsofphp/php-cs-fixer: ^2
- vimeo/psalm: dev-master
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.