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

0711JavaScript

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 yesterday

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 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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://www.gravatar.com/avatar/294312bebf8b34eb48b4b46da2fe487d28002ed2c4fd734653b5e73d1f8ed7b0?d=identicon)[gooverdian](/maintainers/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

[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)
