mackan90096/format
Composer 安装命令:
composer require mackan90096/format
包简介
A PHP class for formatting text.
README 文档
README
A PHP library for formatting text.
To use Format, include it in your project and call the constructor,
<?php include_once "Format.php"; $Format = new Format;
This exposes one function, format($text, $options);
$options is an array with how you want to format $text
Valid options
| Option | Formats | Into |
|---|---|---|
| link | urls | Links |
| bold | *example* | example |
| italic | /example/ | example |
| sup | ^example^ | example |
| sub | :example: | example |
| under | _example_ | example |
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-09-07