PHPackages                             mxms/autocomplete - 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. mxms/autocomplete

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

mxms/autocomplete
=================

A custom autocomplete field for Laravel Nova 4.

015Vue

Since Jul 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/gbrits/laravel-nova-autocomplete-field)[ Packagist](https://packagist.org/packages/mxms/autocomplete)[ RSS](/packages/mxms-autocomplete/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Nova Autocomplete Field
===============================

[](#laravel-nova-autocomplete-field)

An autocomplete / autosuggestion field for Laravel Nova 4.0

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

[](#installation)

1. **Install via Composer:**

    ```
    composer require mxms/autocomplete
    ```

Usage
-----

[](#usage)

2. **Populating autosuggestions:**

    ```
    use Mxms\Autocomplete\Autocomplete;

    public function fields(NovaRequest $request)
    {
        $userNames = User::pluck('name')->toArray();
        return [
            Autocomplete::make('User', 'user')->items($userNames)
        ];
    }
    ```

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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/41466bb5bdd32e07c7e2060c11b1b1943756814d0252066424124906c28570b1?d=identicon)[gbrits](/maintainers/gbrits)

---

Top Contributors

[![gbrits](https://avatars.githubusercontent.com/u/14840021?v=4)](https://github.com/gbrits "gbrits (5 commits)")

### Embed Badge

![Health badge](/badges/mxms-autocomplete/health.svg)

```
[![Health](https://phpackages.com/badges/mxms-autocomplete/health.svg)](https://phpackages.com/packages/mxms-autocomplete)
```

PHPackages © 2026

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