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.
- Host: GitHub
- URL: https://github.com/danog/phpdoc
- Owner: danog
- License: agpl-3.0
- Created: 2020-10-15T16:09:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T16:49:53.000Z (over 2 years ago)
- Last Synced: 2025-06-09T10:45:53.345Z (about 1 year ago)
- Language: PHP
- Size: 120 KB
- Stars: 4
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)