Download the PHP package silverslice/markdown-api without Composer
On this page you can find all versions of the php package silverslice/markdown-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download silverslice/markdown-api
More information about silverslice/markdown-api
Files in silverslice/markdown-api
Download silverslice/markdown-api
More information about silverslice/markdown-api
Files in silverslice/markdown-api
Vendor silverslice
Package markdown-api
Short Description Markdown documentation generator
License MIT
Package markdown-api
Short Description Markdown documentation generator
License MIT
Please rate this library. Is it a good library?
Informations about the package markdown-api
Tiny library for generating API documentation for your class
Install
composer require silverslice/markdown-api
Live example
This code generates following documentation for class \Silverslice\MarkdownApi\Generator:
generate
Generates markdown documentation for public methods in a specified class
Parameters:
- string $className - Fully qualified class name
Returns:
- $this
save
Saves generated documentation to a file
Parameters:
- string $fileName - The name of the file
Returns:
- int - The number of bytes that were written to the file, or false on failure
output
Outputs generated documentation
setTemplate
Sets file path for template of a method
Parameters:
- string $file - Path to the template
Throws:
- \InvalidArgumentException - If the file cannot be read
All versions of markdown-api with dependencies
PHP Build Version
Package Version
The package silverslice/markdown-api contains the following files
Loading the files please wait ....