Skip to content

alphayax/phpdoc_md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPDoc Md

A PHPDoc markdown documentation generator in PHP.

stable unstable pakagist

Build Status Coverage Codacy Badge

License Total Downloads

Installation

Use composer !

composer require alphayax/phpdoc_md

Usage

This example (from example) will generate a markdown documentation for classes in the given namespace :

require_once '../vendor/autoload.php';

$srcDir     = __DIR__.'/../src';
$namespace  = 'alphayax\mdGen';

$gen = new \alphayax\mdGen\MdGen( $srcDir, $namespace);
$gen->generate( 'md_gen');

Documentation

The documentation is auto-generated with this sources :)

About

A PHPDoc markdown documentation generator in PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published