horde/text_wiki
Horde.org PSR-4 successor to the 2010s fork of the original pear/text_wiki
Maintainers
Requires
- php: ^8.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
LGPL-2.1-only d9ec60e9c5ed71c683196e02eb54006d4a93ba77
- Ralf Lang <ralf.lang.woop@ralf-lang.de>
- Jan Schneider <jan.woop@horde.org>
- Chuck Hagenbuch <chuck.woop@horde.org>
- Paul M. Jones <pmjones.woop@ciaweb.net>
- Justin Patrin <papercrane.woop@reversefold.com>
- Del Elson <del.woop@babel.com.au>
- Bertrand Gugger <bertrand.woop@toggg.com>
- Michele Tomaiuolo <tomamic.woop@yahoo.it>
- Moritz Venn <ritzmo.woop@php.net>
- Firman Wandayandi <firman.woop@php.net>
- Jeremy Cowgar <jeremy.woop@cowgar.com>
- Manuel Holtgrewe <purestorm.woop@ggnore.net>
- Rodrigo Sampaio Primo <rodrigo.woop@utopia.org.br>
- Brian J. Sipos <bjs5075.woop@rit.edu>
This package is auto-updated.
Last update: 2026-06-27 11:47:07 UTC
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.
