PHPackages                             mcd-nix/parser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. mcd-nix/parser

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

mcd-nix/parser
==============

PHP wrapper for Markdown CSV Document packages

v0.1.0-alpha.2(2w ago)01↓100%Apache-2.0PHPPHP &gt;=8.1

Since May 19Pushed 2w agoCompare

[ Source](https://github.com/NikitaSukhikh/mcd-php)[ Packagist](https://packagist.org/packages/mcd-nix/parser)[ Docs](https://github.com/NikitaSukhikh/mcd-php)[ RSS](/packages/mcd-nix-parser/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (0)

mcd PHP wrapper
===============

[](#mcd-php-wrapper)

PHP wrapper for Markdown CSV Document packages.

This package delegates parsing and conversion work to the `mcd` CLI. Composer installs the PHP client code, but PHP developers still need the `mcd` binary installed and available on `PATH`.

Install the CLI with Cargo:

```
cargo install mcd-cli --version 0.1.0-alpha.2
```

Or download a prebuilt binary from:

```
https://github.com/NikitaSukhikh/mcd/releases/tag/v0.1.0-alpha.2

```

To install from a checkout of this package:

```
composer install
```

From Packagist, use:

```
composer require mcd-nix/parser
```

```
