Skip to content

dwo0/cmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

135 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmark

CommonMark API

Build Status Build status Coverage Status

Requires

  • libcmark version >= 0.28

Installation

From PECL

To install latest stable version

pecl install cmark

From sources

Use release branch for stable version or develop branch.

phpize
./configure --with-cmark[=DIR] [ --with-cmark-coverage ]
make
make test

Notice: without the DIR argument, the configure script rely on pkg-config output to locate the libcmark library.

Binary packages

Microsoft Windows

Download DLL from the pecl page.

Fedora / CentOS / RHEL

RPM are available in Remi's repository.

Documentation

Documentation can be found in the PHP Manual

About

CommonMark for PHP

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 77.8%
  • PHP 18.6%
  • Lex 1.4%
  • Yacc 1.2%
  • Other 1.0%