PHPackages                             gooverdian/yii2-search-select - 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. gooverdian/yii2-search-select

ActiveWidget[Search &amp; Filtering](/categories/search)

gooverdian/yii2-search-select
=============================

Search Select Widget for Yii2

0721JavaScript

Since May 11Pushed 8y agoCompare

[ Source](https://github.com/gooverdian/yii2-search-select)[ Packagist](https://packagist.org/packages/gooverdian/yii2-search-select)[ RSS](/packages/gooverdian-yii2-search-select/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-search-select
==================

[](#yii2-search-select)

Search Select Widget for Yii2

Installation
============

[](#installation)

You can install this widget using composer

```
php composer.phar require gooverdian/yii2-search-select "*"

```

or add the following line to the require section of your `composer.json` file and run `php composer.phar update`

Usage
=====

[](#usage)

Add `use gooverdian/sSelect/SearchSelect;` to the use section of your view file and then add

```
echo $form->field($model, 'attribute')->widget(SearchSelect::class, [
    'clientOptions' => [
        'items' => [
            'value1' => 'Name 1',
            'value2' => 'Name 2',
        ],
    ],
]);
```

somewhere in the body. This will create simplest form of the widget.

You can exchange `items` property with `url`, so that every change in widget input will send a request waiting dynamic JSON data consisting of something similar to `items` in response. Entered data will be passed in `query` parameter of GET request.

You can also use this widget standalone, without ActiveField, but you must specify `name` attribute in this case:

```
echo SearchSelect::widget([
    'name' => 'inputName',
    'clientOptions' => [
        'url' => '/some/api/url',
    ],
]);
```

WIP

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3757646?v=4)[Nikita Bezdolniy](/maintainers/gooverdian)[@gooverdian](https://github.com/gooverdian)

---

Top Contributors

[![gooverdian](https://avatars.githubusercontent.com/u/3757646?v=4)](https://github.com/gooverdian "gooverdian (28 commits)")

### Embed Badge

![Health badge](/badges/gooverdian-yii2-search-select/health.svg)

```
[![Health](https://phpackages.com/badges/gooverdian-yii2-search-select/health.svg)](https://phpackages.com/packages/gooverdian-yii2-search-select)
```

###  Alternatives

[netgen/query-translator

Query Translator is a search query translator with AST representation

2062.1M9](/packages/netgen-query-translator)[ptcinc/solr-php-client

A purely PHP library for indexing and searching documents against an Apache Solr installation

53152.1k2](/packages/ptcinc-solr-php-client)[imarc/google-site-search

A PHP Interface to the Google Custom Search API

3011.6k](/packages/imarc-google-site-search)[dialekt/dialekt

A boolean expression DSL.

173.8k](/packages/dialekt-dialekt)

PHPackages © 2026

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