PHPackages                             noc2spam/js-email-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. noc2spam/js-email-autocomplete

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

noc2spam/js-email-autocomplete
==============================

An inline auto-complete solution written in pure Javascript.

3252JavaScript

Since Feb 26Pushed 8y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Javascript Email AutoComplete
=============================

[](#javascript-email-autocomplete)

**Inline email auto-complete solution for html text inputs written in pure Javascript.**

Originally started with  . This needed to be ported into Vanilla JS. So I ended up rewriting it.

This script also supports forms that are hidden on page load, or added to the DOM later. To load this script, first include the plugin JS:

```

```

**Example usage (basic):**

```

	 var $elem = document.getElementById('user_email');
	 EmailAutoComplete($elem);

```

**Example usage (advanced):**

```

	 var $elem = document.getElementById('user_email');
	 var options = {
			suggOpacity: "0.9",
			suggClass: "custom-classname", //default: "eac-sugg". your custom classname (optional)
			domains: ["example.com"] //additional domains (optional)
		 };
	 EmailAutoComplete($elem, options);

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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://avatars.githubusercontent.com/u/4147808?v=4)[Sugato Sengupta](/maintainers/noc2spam)[@noc2spam](https://github.com/noc2spam)

---

Top Contributors

[![noc2spam](https://avatars.githubusercontent.com/u/4147808?v=4)](https://github.com/noc2spam "noc2spam (26 commits)")

### Embed Badge

![Health badge](/badges/noc2spam-js-email-autocomplete/health.svg)

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

###  Alternatives

[bitwasp/buffertools

Toolbox for working with binary and hex data. Similar to NodeJS Buffer.

64774.5k42](/packages/bitwasp-buffertools)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[winter/storm

Winter CMS Storm Library

46251.0k6](/packages/winter-storm)[smile/module-map

Smile Map Utilities Module

10548.8k2](/packages/smile-module-map)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17178.1k1](/packages/murdercode-nova4-tinymce-editor)

PHPackages © 2026

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