trismegiste/wikitext
最新稳定版本:1.0.2
Composer 安装命令:
composer require trismegiste/wikitext
包简介
PHP wikitext parser
README 文档
README
This library can be used to add basic wikitext (Mediawiki-style) support to a PHP app. Its role is NOT, by any means, to replace the Parsoid library from Wikimedia foundation, but to use the same syntaxic core of wikitext. Furthermore, you can extend this parser very easily to your project specifications (specially for url generation and templates).
This repository was forked from the abandoned project mike42.me/wikitext, that's why I've created a new package on Packagist.
Code may be re-mixed and re-used under the MIT licence. See 'examples' folder for usage.
Notes about this fork
- Abstracting
- Removing anti-patterns
- Unit testing
- Template Method Design Pattern for extending the html rendering
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-17