Download the PHP package richarddobron/highlight-lite without Composer
On this page you can find all versions of the php package richarddobron/highlight-lite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download richarddobron/highlight-lite
More information about richarddobron/highlight-lite
Files in richarddobron/highlight-lite
Download richarddobron/highlight-lite
More information about richarddobron/highlight-lite
Files in richarddobron/highlight-lite
Vendor richarddobron
Package highlight-lite
Short Description Lightweight PHP library designed to highlight search terms in text.
License MIT
Package highlight-lite
Short Description Lightweight PHP library designed to highlight search terms in text.
License MIT
Please rate this library. Is it a good library?
Informations about the package highlight-lite
Lightweight PHP library designed to highlight search terms in text.
π Requirements
- PHP 7.4 or higher
- Composer is required for installation
- PHP Extensions:
ext-mbstring
π¦ Installation
Install the library using Composer:
β‘οΈ Quick Start
Hereβs how to use the library to highlight search terms:
βοΈ Configuration Options
You can customize the library with the following methods:
| Method | Description | Default |
|---|---|---|
setInsideWords(bool $insideWords) |
Enables or disables highlighting inside words. | false |
setFindAllOccurrences(bool $findAllOccurrences) |
Enables or disables finding all occurrences of the search term. | false |
setRequireMatchAll(bool $requireMatchAll) |
Enables or disables requiring all search terms to match. | false |
setMatchShortcuts(bool $matchShortcuts) |
Enables or disables matching shortcuts of the search terms. | false |
π Change Log
Please see CHANGELOG for more information on what has changed recently.
π§ͺ Testing
π€ Contributing
Please see CONTRIBUTING for details.
βοΈ License
This repository is MIT licensed, as found in the LICENSE file.
All versions of highlight-lite with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
ext-mbstring Version *
ext-mbstring Version *
The package richarddobron/highlight-lite contains the following files
Loading the files please wait ...