commentar/plain-text

Plain text post formatter

Maintainers

Package info

github.com/Commentar/PlainText

pkg:composer/commentar/plain-text

Statistics

Installs: 139

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.2 2014-07-26 18:58 UTC

This package is auto-updated.

Last update: 2026-02-06 11:41:22 UTC


README

Build Status Scrutinizer Quality Score Code Coverage Latest Stable Version Total Downloads

Plain text post formatter for the Commentar project.

Installation

Add the formatter to the project's composer.json file:

"require": {
    "commentar/plain-text": "0.0.*",
}

Use it in your templates:

<?php echo $this->renderView('PlainText', ['content' => $comment['content']]); ?>