Recommend this page to a friend! |
Download .zip |
Info | Example | View files (9) | Download .zip | Reputation | Support forum | Blog (1) | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 94 | All time: 9,722 This week: 263 |
Version | License | PHP version | Categories | |||
gen-md 1.0.0 | Custom (specified... | 5 | PHP 5, Files and Folders, Printing |
Description | Author | |||
This package can compose and generate Markdown documents. Innovation Award
|
PHP Library for generating Markdown document
You can install this library with Composer:
Include composer autoloader in your main file (Ex.: index.php)
The library has two classes:
Document
Import ABGEO\MDGenerator\Document
class.
Note: See usage in example.php
Element
Import ABGEO\MDGenerator\Element
class.
Note: See usage in example.php
The ABGEO\MDGenerator\Document
class has export2File()
method that takes one argument
- File path for generated document.
...
// Export document to file.
$document->export2File(__DIR__ . '/generated/example.MD');
...
See full example in example.php.
This project is licensed under the MIT License - see the LICENSE file for details
Files | / | src | / | MDGenerator |
File | Role | Description |
---|---|---|
Document.php | Class | Class source |
Element.php | Class | Class source |
ExporterTrait.php | Class | Class source |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.