https://github.com/gpupo/actions-phpdocumentor
phpDocumentor Github Action
https://github.com/gpupo/actions-phpdocumentor
github-actions github-actions-php phpdocumentor
Last synced: 9 months ago
JSON representation
phpDocumentor Github Action
- Host: GitHub
- URL: https://github.com/gpupo/actions-phpdocumentor
- Owner: gpupo
- Archived: true
- Created: 2020-05-22T14:50:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T12:02:58.000Z (over 4 years ago)
- Last Synced: 2025-04-18T21:31:47.129Z (10 months ago)
- Topics: github-actions, github-actions-php, phpdocumentor
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phpDocumentor Github Action
Can be used to generate documentation for PHP applications up to PHP version 7.0
## Inputs
### `dir`
Project Root. Default `"."`.
## Example usage
Create `phpdoc.dist.xml` in your root folder and use the step into your Github workflow:
```yaml
- name: PhpDocumentor
uses: gpupo/actions-phpDocumentor@1.0
with:
dir: './'
```