2017 © Pedro Peláez
 

library markdownphpdocs

Markdown Documentation Generator for PHP

image

aidantwoods/markdownphpdocs

Markdown Documentation Generator for PHP

  • Friday, June 23, 2017
  • by aidantwoods
  • Repository
  • 1 Watchers
  • 0 Stars
  • 563 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 11 % Grown

The README.md

MarkdownPhpDocs

Very hastily thrown together package to generate *.md files from a slightly customised version of phpdoc., (*1)

How to use

Tutorial, (*2)

Installation:

git clone https://github.com/aidantwoods/MarkdownPhpDocs
cd MarkdownPhpDocs
composer update

You can then either directly run the file markdown-phpdoc located in the bin directory, or add this bin directory to your ~/.bash_profile to run from anywhere. e.g. by adding the lines:, (*3)

PATH="[local-file-path-goes-here]/MarkdownPhpDocs/bin:${PATH}"
export PATH

Note that you'll need composer to pull down the the customised version of phpdoc as a dependency ), which serves to disable markdown processing in phpdoc (this to avoid markdown ending up within HTML, and thus not being ignored by most markdown parsers)., (*4)

Usage

markdown-phpdoc -f [input file] -t [target directory]

The Versions

23/06 2017

dev-master

9999999-dev

Markdown Documentation Generator for PHP

  Sources   Download

MIT

The Requires

 

23/06 2017

v0.2.1

0.2.1.0

Markdown Documentation Generator for PHP

  Sources   Download

MIT

The Requires

 

23/06 2017

v0.2

0.2.0.0

Markdown Documentation Generator for PHP

  Sources   Download

MIT

The Requires

 

17/06 2017

v0.0.3

0.0.3.0

Markdown Documentation Generator for PHP

  Sources   Download

MIT

The Requires

 

17/06 2017

v0.0.2

0.0.2.0

Markdown Documentation Generator for PHP

  Sources   Download

MIT

The Requires

 

17/06 2017

v0.0.1

0.0.1.0

Markdown Documentation Generator for PHP

  Sources   Download

MIT

The Requires

 

23/02 2017

v0.0

0.0.0.0

Markdown Documentation Generator for PHP

  Sources   Download

MIT

The Requires