PHPackages                             cloak/markdown-reporter - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. cloak/markdown-reporter

AbandonedArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

cloak/markdown-reporter
=======================

markdown reporter for cloak

1.0.2(11y ago)118[1 issues](https://github.com/cloak-php/cloak-markdown-reporter/issues)MITPHPPHP &gt;=5.4.0

Since Aug 17Pushed 11y agoCompare

[ Source](https://github.com/cloak-php/cloak-markdown-reporter)[ Packagist](https://packagist.org/packages/cloak/markdown-reporter)[ RSS](/packages/cloak-markdown-reporter/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (4)Used By (0)

cloak-markdown-reporter
=======================

[](#cloak-markdown-reporter)

It has been merged into 1.3.2.4 of cloak.
It is not maintenance now.

**cloak-markdown-reporter** is markdown reporter for [cloak](https://github.com/cloak-php/cloak).
Output in [markdown](http://daringfireball.net/projects/markdown/) format the report of code coverage.

[![Build Status](https://camo.githubusercontent.com/e68d61414567626b018404ab7e9dbcacf1d5d42c5676ab4f85b5c55867853a76/68747470733a2f2f7472617669732d63692e6f72672f636c6f616b2d7068702f636c6f616b2d6d61726b646f776e2d7265706f727465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/cloak-php/cloak-markdown-reporter)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1cd6992736ec99c28abe0b3d5a8221f3010c82ddbc32046fcb61aff2f7713d6f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636c6f616b2d7068702f636c6f616b2d6d61726b646f776e2d7265706f727465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/cloak-php/cloak-markdown-reporter/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/c09cbacc5af324fcc8166220e02f1457bdcf96b548b7d42f04ce571313a60d80/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f636c6f616b2d7068702f636c6f616b2d6d61726b646f776e2d7265706f727465722f62616467652e706e67)](https://coveralls.io/r/cloak-php/cloak-markdown-reporter)[![Stories in Ready](https://camo.githubusercontent.com/a98423130c1403161a0dee7d0d3a794e1c96c78ac4555452f1e294235eaa8a5c/68747470733a2f2f62616467652e776166666c652e696f2f636c6f616b2d7068702f636c6f616b2d6d61726b646f776e2d7265706f727465722e706e673f6c6162656c3d7265616479267469746c653d5265616479)](https://waffle.io/cloak-php/cloak-markdown-reporter)[![Dependency Status](https://camo.githubusercontent.com/07a16bbbd4e262f962714bbdd307b4047e20e2e19096b1651b6da21373e8daf8/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3533666435393561663464663135636539323030303030322f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/53fd595af4df15ce92000002)

Installation
------------

[](#installation)

### Composer setting

[](#composer-setting)

Cloak can be installed using [Composer](https://getcomposer.org/).
Please add a description to the **composer.json** in the configuration file.

```
{
	"require-dev": {
		"cloak/markdown-reporter": "1.0.2"
	}
}

```

### Install

[](#install)

Please execute **composer install** command.

```
composer install

```

How to use
----------

[](#how-to-use)

### Setup for the report of code coverage

[](#setup-for-the-report-of-code-coverage)

Setup is required to take a code coverage.
Run the **configure** method to be set up.

```
