Download the PHP package skizu/gitdown without Composer
On this page you can find all versions of the php package skizu/gitdown. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download skizu/gitdown
More information about skizu/gitdown
Files in skizu/gitdown
Download skizu/gitdown
More information about skizu/gitdown
Files in skizu/gitdown
Vendor skizu
Package gitdown
Short Description Markdown parser for PHP based on the CommonMark spec with integration into git
License BSD-3-Clause
Homepage https://github.com/skizu/gitdown
Package gitdown
Short Description Markdown parser for PHP based on the CommonMark spec with integration into git
License BSD-3-Clause
Homepage https://github.com/skizu/gitdown
Please rate this library. Is it a good library?
Informations about the package gitdown
skizu/gitdown
skizu/gitdown combines git repos with a Markdown parser for PHP which supports the full CommonMark spec
Goals
- Fully support the CommonMark spec (100% compliance)
- Provide an extensible git library integration component
- To be able to load, compare and parse versions of MarkDown files within a git repo
Installation
This project can be installed via Composer:
Basic Usage
The GitDownConverter
class provides a simple wrapper for converting CommonMark files within a git repo to HTML:
The GitDownDiff
class provides a simple wrapper for performing diffs on CommonMark files within a git repo:
All versions of gitdown with dependencies
PHP Build Version
Package Version
The package skizu/gitdown contains the following files
Loading the files please wait ....