commentar / plain-text
Plain text post formatter
Installs: 139
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/commentar/plain-text
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2025-10-06 10:50:14 UTC
README
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']]); ?>