An open API service indexing awesome lists of open source software.

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

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: './'
```