Skip to content

📗 Zend Framework Text Utility [LTS]

License

Notifications You must be signed in to change notification settings

webino/ZendText

This branch is up to date with zendframework/zend-text:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f837e8 Â· Jan 20, 2020
Oct 24, 2019
Dec 20, 2019
Apr 27, 2018
Jun 21, 2016
Apr 27, 2018
Apr 27, 2018
Jan 22, 2019
Oct 16, 2019
Oct 16, 2019
Jan 20, 2020
Apr 30, 2018
Apr 30, 2018
Oct 16, 2019
Nov 13, 2016
Apr 27, 2018

Repository files navigation

zend-text

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-text.

Build Status Coverage Status

Zend\Text is a component to work on text strings. It contains the subcomponents:

  • Zend\Text\Figlet that enables developers to create a so called FIGlet text. A FIGlet text is a string, which is represented as ASCII art. FIGlets use a special font format, called FLT (FigLet Font). By default, one standard font is shipped with Zend\Text\Figlet, but you can download additional fonts here
  • Zend\Text\Table to create text based tables on the fly with different decorators. This can be helpful, if you either want to send structured data in text emails, which are used to have mono-spaced fonts, or to display table information in a CLI application. Zend\Text\Table supports multi-line columns, colspan and align as well.

Installation

Run the following to install this library:

$ composer require zendframework/zend-text

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-text/

Support

Packages

No packages published

Languages

  • PHP 98.6%
  • Shell 1.4%