nexuslinkservices/link-email-highlighter
Composer 安装命令:
composer require nexuslinkservices/link-email-highlighter
包简介
README 文档
README
Define below described properties to highlight inside the file and set their values to true/false as per your need
i.e.: I want to highlight only links in my content, so I need to define following variables in my configuration yaml file.
highlighting_enabled:
link: true
mail: false
Note(s):
1. If configuration yaml is not there in your project then the default configuration will be taken into consideration.
2. The bundle uses symfony yaml component to parse the yaml configuration.
Following is the reference code to make it working,
/**
* CODE
* create a new object of HighLighter class
*/
$highLighter = new HighLighter($pathToYaml); //$pathToYaml is optional as mentioned earlier
$highLightedContent = $highLighter->HighLight($contentToBeHighlighted);
That's it with the bundle.
CONTRIBUTING:
Pull requests are always welcome.
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-13