Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krakjoe/cmark
CommonMark for PHP
https://github.com/krakjoe/cmark
Last synced: 3 months ago
JSON representation
CommonMark for PHP
- Host: GitHub
- URL: https://github.com/krakjoe/cmark
- Owner: krakjoe
- License: other
- Created: 2018-03-11T07:11:46.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-14T00:56:59.000Z (about 1 year ago)
- Last Synced: 2024-07-18T03:42:25.934Z (4 months ago)
- Language: C
- Size: 290 KB
- Stars: 46
- Watchers: 9
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cmark
=====
*CommonMark API*[![Build Status](https://travis-ci.org/krakjoe/cmark.svg?branch=develop)](https://travis-ci.org/krakjoe/cmark)
[![Build status](https://ci.appveyor.com/api/projects/status/sv9fcm89cxss38cw/branch/develop?svg=true)](https://ci.appveyor.com/project/krakjoe/cmark/branch/develop)
[![Coverage Status](https://coveralls.io/repos/github/krakjoe/cmark/badge.svg)](https://coveralls.io/github/krakjoe/cmark)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](https://pecl.php.net/package/cmark).
### Fedora / CentOS / RHEL
RPM are available in [Remi's repository](https://rpms.remirepo.net/).
Documentation
=============Documentation can be found in the [PHP Manual](http://docs.php.net/cmark)