PHPackages                             nickstarlight/live-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nickstarlight/live-select

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

nickstarlight/live-select
=========================

A customizable dropdown component made with Laravel, Alpine, Livewire and TailwindCSS.

1.1.3(5y ago)3657[1 issues](https://github.com/NickStarlight/LiveSelect/issues)MITPHPPHP ^7.4

Since Jan 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/NickStarlight/LiveSelect)[ Packagist](https://packagist.org/packages/nickstarlight/live-select)[ RSS](/packages/nickstarlight-live-select/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

LiveSelect (WORK IN PROGRESS)
=============================

[](#liveselect-work-in-progress)

A customizable dropdown component made with Laravel, Alpine, Livewire and TailwindCSS.

Table of Contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Support](#support)
- [Contributing](#contributing)
- [License](#license)

Requirements
------------

[](#requirements)

1. PHP &gt;= 7.4 - We use Typed Properties
2. Laravel &gt;= 8.0
3. Livewire &gt;= 2.3
4. Alpine.js &gt;= 2.8
5. TailwindCSS &gt;= 2.0

All those requeriments can be easily scaffolded by using [Laravel Jetstream](https://jetstream.laravel.com/1.x/introduction.html).

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

[](#installation)

```
composer require nickstarlight/live-select
```

Usage
-----

[](#usage)

On the parent component:

1. On the component class:

```
use LiveSelect\Traits\WithLiveSelect; // The LiveSelect trait required for component communication

class YourComponent extends Component
{
    use WithLiveSelect; // Include the LiveSelect trait

    public $yourModel; // Create a model
    public $data = [
        [
            'id' => 1,
            'name' => 'Leroy Jenkins'
        ]
    ]; // Define your data
}
```

2. On the component view:

```

```

Support
-------

[](#support)

Please [open an issue](https://github.com/NickStarlight/LiveSelect/issues/new) for support.

Contributing
------------

[](#contributing)

The project is currently under the initial structuration, if you believe you can contribute, please, open an issue for discussion.

License
-------

[](#license)

Copyright (c) 2021 Nickolas Gomes Moraes

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Every ~0 days

Total

5

Last Release

2047d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c385000a458c39bc0bd4cb52322736467308fc1625898d7780f81fd277f63bc?d=identicon)[NickStarlight](/maintainers/NickStarlight)

### Embed Badge

![Health badge](/badges/nickstarlight-live-select/health.svg)

```
[![Health](https://phpackages.com/badges/nickstarlight-live-select/health.svg)](https://phpackages.com/packages/nickstarlight-live-select)
```

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9628.9M155](/packages/livewire-flux)[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4971.7M12](/packages/leandrocfe-filament-apex-charts)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

731189.9k16](/packages/tallstackui-tallstackui)[noerd/noerd

111.6k15](/packages/noerd-noerd)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21362.6k](/packages/ramonrietdijk-livewire-tables)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

45212.2k](/packages/venturedrake-laravel-crm)

PHPackages © 2026

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