Download the PHP package zendframework/zend-text without Composer
On this page you can find all versions of the php package zendframework/zend-text. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zendframework/zend-text
More information about zendframework/zend-text
Files in zendframework/zend-text
Download zendframework/zend-text
More information about zendframework/zend-text
Files in zendframework/zend-text
Vendor zendframework
Package zend-text
Short Description Create FIGlets and text-based tables
License BSD-3-Clause
Package zend-text
Short Description Create FIGlets and text-based tables
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package zend-text
zend-text
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-text.
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 withZend\Text\Figlet
, but you can download additional fonts hereZend\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:
Documentation
Browse the documentation online at https://docs.zendframework.com/zend-text/
Support
All versions of zend-text with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 || ^7.0
zendframework/zend-servicemanager Version ^2.7.5 || ^3.0.3
zendframework/zend-stdlib Version ^2.7 || ^3.0
zendframework/zend-servicemanager Version ^2.7.5 || ^3.0.3
zendframework/zend-stdlib Version ^2.7 || ^3.0
The package zendframework/zend-text contains the following files
Loading the files please wait ....