PHPackages                             gromez/webmail-linker - 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. gromez/webmail-linker

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

gromez/webmail-linker
=====================

Collection of Email Providers' Webmail Sites.

010PHP

Since Apr 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/gromez/webmail-linker)[ Packagist](https://packagist.org/packages/gromez/webmail-linker)[ RSS](/packages/gromez-webmail-linker/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Webmail Linker
==============

[](#webmail-linker)

Collection of Email Providers' Webmail Sites
--------------------------------------------

[](#collection-of-email-providers-webmail-sites)

### About [![](README-1.png)](README-1.png)

[](#about-------------------)

[![](README-2.png)](README-2.png)

Many websites require an email double opt-in during user registration. This project wants to fix the resulting break in user flow when users have to manually switch to their email providers' website to receive the confirmation email.

With Webmail Linker, you can offer a direct link to the user's webmail interface. In addition to the webmail URL, you'll get the name of the email provider and a favicon URL, so you can offer a button like "Check your email on \[name and icon of the provider\]".

**The list contains 250+ email providers so far.**

### Languages

[](#languages)

The core of this project, the list of email providers, is maintained in JSON. The provided wrapper classes to query the list are very simple – feel free to add libraries for other languages via pull requests.

Usage example (PHP):

```
$wl = new WebmailLinker();

if($provider = $wl->getProviderByEmailAddress('user@example.com')) {
  $html = 'Check your email at %s';
  printf($html, htmlspecialchars($provider['url']), htmlspecialchars($provider['name']));
}
```

### Contributing

[](#contributing)

Let's make Webmail Linker the most comprehensive compilation of email providers out there!

You can fork this repository and create pull requests for `providers.json`. You do not even have to check out the repository – GitHub's web editing capabilities make contributing even simpler.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.4% 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/179893?v=4)[Jérôme Groven](/maintainers/gromez)[@gromez](https://github.com/gromez)

---

Top Contributors

[![thomasbachem](https://avatars.githubusercontent.com/u/231538?v=4)](https://github.com/thomasbachem "thomasbachem (31 commits)")[![dmasur](https://avatars.githubusercontent.com/u/83548?v=4)](https://github.com/dmasur "dmasur (6 commits)")[![mpfau](https://avatars.githubusercontent.com/u/227270?v=4)](https://github.com/mpfau "mpfau (3 commits)")[![gromez](https://avatars.githubusercontent.com/u/179893?v=4)](https://github.com/gromez "gromez (2 commits)")[![Malax](https://avatars.githubusercontent.com/u/177877?v=4)](https://github.com/Malax "Malax (1 commits)")[![pascal-hofmann](https://avatars.githubusercontent.com/u/2102878?v=4)](https://github.com/pascal-hofmann "pascal-hofmann (1 commits)")[![thegcat](https://avatars.githubusercontent.com/u/22835?v=4)](https://github.com/thegcat "thegcat (1 commits)")[![donbobka](https://avatars.githubusercontent.com/u/589057?v=4)](https://github.com/donbobka "donbobka (1 commits)")

### Embed Badge

![Health badge](/badges/gromez-webmail-linker/health.svg)

```
[![Health](https://phpackages.com/badges/gromez-webmail-linker/health.svg)](https://phpackages.com/packages/gromez-webmail-linker)
```

PHPackages © 2026

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