Aaron-Junker / actions-phpDocumentor

phpDocumentor Github Action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

- name: PhpDocumentor
  uses: aaron-junker/actions-phpDocumentor@1.0
  with:
    dir: './'

About

phpDocumentor Github Action


Languages

Language:Shell 66.7%Language:Dockerfile 33.3%