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

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

tractorcow/silverstripe-autocomplete
====================================

Autocomplete text field for Silverstripe

5.0.0(3y ago)35364.2k↓17.9%30[9 issues](https://github.com/tractorcow/silverstripe-autocomplete/issues)6PHPCI passing

Since Aug 1Pushed 1y ago2 watchersCompare

[ Source](https://github.com/tractorcow/silverstripe-autocomplete)[ Packagist](https://packagist.org/packages/tractorcow/silverstripe-autocomplete)[ RSS](/packages/tractorcow-silverstripe-autocomplete/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (22)Used By (6)

silverstripe-autocomplete
=========================

[](#silverstripe-autocomplete)

Autocomplete text field for Silverstripe

usage
=====

[](#usage)

A field can be created as follows...

```
\TractorCow\AutoComplete\AutoCompleteField::create('MyTextField','My Text Field', '','LookupDataObject','LookupFieldName')
```

where it will accept values from the following dataobject field...

```
class LookupDataObject extends DataObject {
	static $db = array(
		'LookupFieldName'				=> 'Varchar',
	);
}
```

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity50

Moderate usage in the ecosystem

Community32

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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 ~214 days

Recently: every ~497 days

Total

21

Last Release

386d ago

Major Versions

3.5.2 → 4.0.0-beta12018-02-13

3.5.4 → 5.0.02023-04-13

4.0.x-dev → 5.0.x-dev2025-04-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6a363b2d85dc3e82e73cc9e3a57fc15132920b166c5938ad63a54029b9f94b9?d=identicon)[tractorcow](/maintainers/tractorcow)

![](https://www.gravatar.com/avatar/04057079b9a8a168a9e8c40cf7bac17f05047255c48b71b63fc610db06f096cb?d=identicon)[robbieaverill](/maintainers/robbieaverill)

---

Top Contributors

[![tractorcow](https://avatars.githubusercontent.com/u/936064?v=4)](https://github.com/tractorcow "tractorcow (18 commits)")[![wilr](https://avatars.githubusercontent.com/u/101629?v=4)](https://github.com/wilr "wilr (4 commits)")[![josephlewisnz](https://avatars.githubusercontent.com/u/57464168?v=4)](https://github.com/josephlewisnz "josephlewisnz (4 commits)")[![patricknelson](https://avatars.githubusercontent.com/u/4269377?v=4)](https://github.com/patricknelson "patricknelson (3 commits)")[![colymba](https://avatars.githubusercontent.com/u/978040?v=4)](https://github.com/colymba "colymba (2 commits)")[![satrun77](https://avatars.githubusercontent.com/u/166450?v=4)](https://github.com/satrun77 "satrun77 (2 commits)")[![jonom](https://avatars.githubusercontent.com/u/1079425?v=4)](https://github.com/jonom "jonom (2 commits)")[![camfindlay](https://avatars.githubusercontent.com/u/367847?v=4)](https://github.com/camfindlay "camfindlay (2 commits)")[![mfendeksilverstripe](https://avatars.githubusercontent.com/u/26395487?v=4)](https://github.com/mfendeksilverstripe "mfendeksilverstripe (1 commits)")[![christopherdarling](https://avatars.githubusercontent.com/u/178039?v=4)](https://github.com/christopherdarling "christopherdarling (1 commits)")[![nyeholt](https://avatars.githubusercontent.com/u/161730?v=4)](https://github.com/nyeholt "nyeholt (1 commits)")[![robbieaverill](https://avatars.githubusercontent.com/u/5170590?v=4)](https://github.com/robbieaverill "robbieaverill (1 commits)")[![barry-bookinglive](https://avatars.githubusercontent.com/u/8995766?v=4)](https://github.com/barry-bookinglive "barry-bookinglive (1 commits)")[![UndefinedOffset](https://avatars.githubusercontent.com/u/1391558?v=4)](https://github.com/UndefinedOffset "UndefinedOffset (1 commits)")[![muskie9](https://avatars.githubusercontent.com/u/870751?v=4)](https://github.com/muskie9 "muskie9 (1 commits)")[![clodeindustrie](https://avatars.githubusercontent.com/u/296151?v=4)](https://github.com/clodeindustrie "clodeindustrie (1 commits)")[![hudhaifas](https://avatars.githubusercontent.com/u/5335447?v=4)](https://github.com/hudhaifas "hudhaifas (1 commits)")[![jcop007](https://avatars.githubusercontent.com/u/13442789?v=4)](https://github.com/jcop007 "jcop007 (1 commits)")[![assertchris](https://avatars.githubusercontent.com/u/200609?v=4)](https://github.com/assertchris "assertchris (1 commits)")

---

Tags

autocompletesilverstripe

### Embed Badge

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

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

###  Alternatives

[silverstripe/multi-domain

Allows multiple domains to access one CMS instance, mapping them to different sections of the hierarchy

141.6k](/packages/silverstripe-multi-domain)

PHPackages © 2026

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