Libraries tagged by plain text
sqginfo/html2text
483 Downloads
A PHP script to convert HTML into a plain text format
mvccore/ext-view-helper-truncate
312 Downloads
MvcCore - Extension - View - Helper - Truncate - truncate plain text or text with html tags to max. chars.
macropage/php-to-ascii-table
137 Downloads
A PHP library to generate plain text tables.
janiskelemen/html2text
606 Downloads
A PHP script to convert HTML into a plain text format
docxpresso/html2text
6513 Downloads
A simple package that converts HTML into plain text using DOM methods
renan/email_reply_parser
23113 Downloads
Small library to parse plain text email content and identify fragments of quoted texts, signature or original body content.
phpbb/mediaembed
27 Downloads
An official phpBB extension that allows users to embed content from allowed sites using a [media] BBCode, or from simply posting a supported URL in plain text.
lochmueller/ink
8 Downloads
Build stable and flexible newsletter templates. Incl. also the plain text rendering for plain text e-Mails. Please contribute at https://github.com/lochmueller/ink
kzykhys/php-class-generator
100 Downloads
Generate PSR compliant classes from plain text document
kabachello/phptexttable
49 Downloads
Easily convert PHP arrays into plain text tables or strings with a fixed field length for each column
geekality/transposer
142 Downloads
Plain text song parser and chord transposer
gaucho/mig
65 Downloads
Sistema básico de migrations em plain text
elementworks/craft-preparse-field
136 Downloads
A fieldtype that parses Twig when an element is saved and saves the result as plain text.
clank-ai/rtf-converter
51 Downloads
A simple RTF to Plain Text Converter using regular expressions. Support for PHP, Python, Javascript and CSharp
aramonc/docblock-parser
25 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.