horde/text_wiki 问题修复 & 功能扩展

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

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

horde/text_wiki

最新稳定版本:v3.0.0beta1

Composer 安装命令:

composer require horde/text_wiki

包简介

Horde.org PSR-4 successor to the 2010s fork of the original pear/text_wiki

README 文档

README

This library parses various styles of Wiki markup and renders them to

  • HTML
  • plain text
  • (la)tex
  • Markdown (GFM and CommonMark)
  • other viewing/printing formats
  • other Wiki formats

Its prime usage in Horde is driving the Wicked wiki application. It can also be used to read and convert legacy Wiki formats into Markdown or Mediawiki (Wikipedia) format.

Heritage and conversion approach

This is a spinoff of pear/text_wiki and its subclasses

  • pear/text_wiki_tiki
  • pear/text_wiki_mediawiki
  • pear/text_wiki_creole
  • pear/text_wiki_doku
  • pear/text_wiki_docbook
  • pear/text_wiki_cowiki
  • pear/text_wiki_bbcode

The master branch contains Jan Schneider's original preservation-oriented fork from mid 2010s. FRAMEWORK_6_0 tries to port to namespaces, composition/injectio, PSR-4 and PHP 8 native equivalents of pearisms and artifacts of PHP 4 era heritage

  • PEAR_Exception is substituted by PHP 8's native exception tree.
  • Integration with Horde's own exception tree or helper class ecosystem is avoided.

统计信息

  • 总下载量: 198
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 4
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 5
  • Forks: 18
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-2.1-only
  • 更新时间: 2025-05-29