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

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

darkside666/autocomplete
========================

AutoComplete field add-on for Agile Toolkit (ATK4)

02.3kPHP

Since Feb 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/DarkSide666/autocomplete)[ Packagist](https://packagist.org/packages/darkside666/autocomplete)[ RSS](/packages/darkside666-autocomplete/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#AutoComplete field add-on for Agile Toolkit 4.3+

This will replace standard drop-down field with an auto-complete field.

[![Screenshot](/doc/screenshot.png)](/doc/screenshot.png)

Requirement
-----------

[](#requirement)

- PHP &gt;=5.4
- ATK4 &gt;=4.3

Installing via Composer
-----------------------

[](#installing-via-composer)

The recommended way to install this add-on is through Composer.

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, update your project's composer.json file to include AutoComplete:

```
{
    "require": {
        "darkside666/autocomplete": "dev-master"
    }
}
```

Usage
-----

[](#usage)

In your Frontend-&gt;init() add following lines:

```
    // allow add-ons to reside in /vendor folder
    $this->addLocation(['addons' => ['../vendor']])
        ->setBasePath($this->pathfinder->base_location->getPath());

    // HACK: force call Initiator of all used add-ons :)
    foreach (['darkside666/autocomplete'] as $addon) {
        $this->add("$addon\Initiator");
    }
```

And then you're ready to use this add-on like this:

```
    // In model
    $model->hasOne('User')->display(['form'=>'darkside666/autocomplete/Basic']);

    // Or directly in form
    $field = $form->addField('darkside666/autocomplete/Basic');
    $field->setModel('User');
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

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/be7dd4bb1201b3062575ffee26fb8d90e1bd94cfde8f252ce1cd8f5ab1917f5c?d=identicon)[DarkSide666](/maintainers/DarkSide666)

---

Top Contributors

[![DarkSide666](https://avatars.githubusercontent.com/u/1969119?v=4)](https://github.com/DarkSide666 "DarkSide666 (22 commits)")

### Embed Badge

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

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

###  Alternatives

[markbaker/matrix

PHP Class for working with matrices

1.5k295.1M39](/packages/markbaker-matrix)[staabm/side-effects-detector

A static analysis tool to detect side effects in PHP code

16293.2M28](/packages/staabm-side-effects-detector)[bassjobsen/bootstrap-3-typeahead

Bootstrap 3 Typeahead

1.7k274.3k6](/packages/bassjobsen-bootstrap-3-typeahead)[awcodes/mason

A simple block based drag and drop page / document builder field for Filament.

23113.4k6](/packages/awcodes-mason)

PHPackages © 2026

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