PHPackages                             ayrozjlc/yii2-datatables-mark - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. ayrozjlc/yii2-datatables-mark

ActiveYii2-extension[Search &amp; Filtering](/categories/search)

ayrozjlc/yii2-datatables-mark
=============================

AssetBundle for Search Datatables highlighting with mark.js

023PHP

Since Jul 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ayrozjlc/yii2-datatables-mark)[ Packagist](https://packagist.org/packages/ayrozjlc/yii2-datatables-mark)[ RSS](/packages/ayrozjlc-yii2-datatables-mark/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Datatables mark.js
=======================

[](#yii2-datatables-markjs)

AssetBundle for Search Datatables highlighting with mark.js

Installation
------------

[](#installation)

#### Composer

[](#composer)

```
composer require --prefer-dist "ayrozjlc/yii2-datatables-mark:*"

```

or add

```
"ayrozjlc/yii2-datatables-mark": "dev-master"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

in view (for example: `@app/views/layouts/main.php`)

```
// ...
use ayrozjlc\datatablesmark\DataTablesMarkAsset;
// ...
DataTablesMarkAsset::register($this);
```

or add to your `assets/AppAsset.php`

```
public $depends = [
    // ...
    'ayrozjlc\datatablesmark\DataTablesMarkAsset',
];
```

add option in datatables

```
$(".myTable").DataTable({
    mark: true
});
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/82b95f0e2db70af9bc5d2aaa9467737dad42a9f7dd20cbf4610d00ab535dcb71?d=identicon)[ayrozjlc](/maintainers/ayrozjlc)

---

Top Contributors

[![ayrozjlc](https://avatars.githubusercontent.com/u/10901620?v=4)](https://github.com/ayrozjlc "ayrozjlc (3 commits)")

---

Tags

datatablesmarkjsyii2-datatablesyii2-mark

### Embed Badge

![Health badge](/badges/ayrozjlc-yii2-datatables-mark/health.svg)

```
[![Health](https://phpackages.com/badges/ayrozjlc-yii2-datatables-mark/health.svg)](https://phpackages.com/packages/ayrozjlc-yii2-datatables-mark)
```

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M203](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M65](/packages/opensearch-project-opensearch-php)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[handcraftedinthealps/zendsearch

a general purpose text search engine written entirely in PHP 5

39921.0k35](/packages/handcraftedinthealps-zendsearch)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
