PHPackages                             lotos2512/array\_search\_model - 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. lotos2512/array\_search\_model

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

lotos2512/array\_search\_model
==============================

search model by array

v0.1(8y ago)121MITPHPPHP &gt;=7.2.0

Since Apr 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/lotos2512/array_search_model)[ Packagist](https://packagist.org/packages/lotos2512/array_search_model)[ Docs](https://github.com/lotos2512/array_search_model)[ RSS](/packages/lotos2512-array-search-model/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ArraySearchModel
================

[](#arraysearchmodel)

This library by search data from array

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require lotos2512/array_search_model dev-master

```

Base usage
----------

[](#base-usage)

```
    $data = ChildArraySearchModel::find()
      ->where(['in', 'array_field', array])
      ->where(['===', 'array_field_or_callback_with_result_can_be_array_or_array_value', equal_value])
      ->where(['regex', array_field_or_callback_with_result_can_be_array_or_array_value, equal_value|equal_value|equal_value])
      ->orderBy(callback_with_sort_function_result)
      ->limit(int_value)
      ->offset(int_value)
      ->indexBy('array_field')
      ->all();

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2942d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d621048d8c02c120a52a37791dcb12a0ed456a87776f7fee4dc4fb05cc41d7fc?d=identicon)[lotos2512](/maintainers/lotos2512)

---

Top Contributors

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

---

Tags

yii2array-searchsearch data from array

### Embed Badge

![Health badge](/badges/lotos2512-array-search-model/health.svg)

```
[![Health](https://phpackages.com/badges/lotos2512-array-search-model/health.svg)](https://phpackages.com/packages/lotos2512-array-search-model)
```

PHPackages © 2026

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