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. nickstarlight/live-select

AbandonedArchivedLibrary

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

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

1.1.3(5y ago)4657[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 6d ago

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

27

—

LowBetter than 49% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

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

1956d 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

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[power-components/livewire-powergrid

PowerGrid generates Advanced Datatables using Laravel Livewire.

1.7k1.7M6](/packages/power-components-livewire-powergrid)[livewire/flux

The official UI component library for Livewire.

9385.0M86](/packages/livewire-flux)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[jantinnerezo/livewire-alert

This package provides a simple alert utilities for your livewire components.

8041.2M20](/packages/jantinnerezo-livewire-alert)[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4861.2M8](/packages/leandrocfe-filament-apex-charts)

PHPackages © 2026

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