zendframework/zend-text 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

zendframework/zend-text

最新稳定版本:2.7.1

Composer 安装命令:

composer require zendframework/zend-text

包简介

Create FIGlets and text-based tables

README 文档

README

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

统计信息

  • 总下载量: 12.82M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 28
  • 点击次数: 1
  • 依赖项目数: 48
  • 推荐数: 3

GitHub 信息

  • Stars: 28
  • Watchers: 19
  • Forks: 15
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2013-02-07