Libraries tagged by plaintext
phpgt/cipher
949 Downloads
Two-way encryption of messages for secure plain text transmission.
phpbb/mediaembed
40 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.
noorani-mm/encoder-algorithm
11 Downloads
This package provides a simple encryption and decryption functionality for securing sensitive information in your PHP applications. It offers easy-to-use methods for encrypting plaintext data into ciphertext and decrypting ciphertext back into its original plaintext form.
nicolaswurtz/chordpro-php
3628 Downloads
Parse, transpose and format (html,json,plaintext) ChordPro format for songs lyrics with chords.
madj2k/t3-forminator
920 Downloads
This extension comes with several additional validators, finishers, formElements and general improvements for the usage of the typo3/cms-form-extension, e.g. improved ConfirmationMessage- and Email-Finisher, checkboxes with link-able labels for GDPR or terms & conditions, improved email-validation, validator for phone-numbers, ViewHelper for well formated plaintext-emails.
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
101 Downloads
Generate PSR compliant classes from plain text document
kabachello/phptexttable
67 Downloads
Easily convert PHP arrays into plain text tables or strings with a fixed field length for each column
jardisadapter/mailer
115 Downloads
SMTP mail client with STARTTLS, authentication, HTML and plain text support, attachments, and retry with exponential backoff; a building block of the open-source foundation that Jardis-generated DDD code runs on
janiskelemen/html2text
724 Downloads
A PHP script to convert HTML into a plain text format
dungphanxuan/yii2-lepture-editor
2055 Downloads
Editor is not a WYSIWYG editor, it is a plain text markdown editor. Thanks for the great project codemirror, without which editor can never be created.
docxpresso/html2text
6615 Downloads
A simple package that converts HTML into plain text using DOM methods
becklyn/search-text-transformer
930 Downloads
A library that extracts plain text from HTML for usage in search engines (like Elasticsearch)
baraja-core/html-to-text
39373 Downloads
HTML to plaintext convertor.
aramonc/docblock-parser
27 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.