PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Marco Cesarato   PHP Class Documentation Generation to Markdown   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Class Documentation Generation to Markdown
Convert PHPDoc comments from classes into Markdown
Author: By
Last change:
Date: 4 years ago
Size: 597 bytes
 

Contents

Class file image Download
{ "name": "marcocesarato/markdown", "description": "This package can convert PHPDoc comments from classes into Markdown. It can parse a class file with a given file name and extracts the documentation of its functions and variables that it may contain in PHPDoc format. The package can convert the extracted documentation into a file in Markdown format.", "type": "library", "license": "GPL-3.0-or-later", "minimum-stability": "dev", "authors": [ { "name": "Marco Cesarato", "email": "cesarato.developer@gmail.com" } ], "require": { "php": ">=4.0.0" } }