# zend-text [![Build Status](https://secure.travis-ci.org/zendframework/zend-text.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-text) [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-text/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-text?branch=master) `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](http://www.figlet.org) - `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: ```bash $ composer require zendframework/zend-text ``` ## Documentation Browse the documentation online at https://docs.zendframework.com/zend-text/ ## Support * [Issues](https://github.com/zendframework/zend-text/issues/) * [Chat](https://zendframework-slack.herokuapp.com/) * [Forum](https://discourse.zendframework.com/)