Thanks to visit codestin.com
Credit goes to github.com

Skip to content

galiteintechnologies/email-link-highlighter

Repository files navigation

HOW TO USE - GUIDE:

Define below described properties to highlight inside the file and set their values to true/false as per your need

Latest Version Software License Scrutinizer Code Quality Build Status

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.

About

one function call will highlight the number of links and email ids exist in the content

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages