PHPackages                             darvinstudio/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. darvinstudio/webmail-linker

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

darvinstudio/webmail-linker
===========================

Collection of Email Providers' Webmail Sites.

1.0.0(10y ago)16.6k↓50%1MITPHPPHP &gt;=5.2

Since Nov 2Pushed 10y ago2 watchersCompare

[ Source](https://github.com/DarvinStudio/webmail-linker)[ Packagist](https://packagist.org/packages/darvinstudio/webmail-linker)[ RSS](/packages/darvinstudio-webmail-linker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3850d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7494101d87a9ef1b743764adadbf977914bffca325931201f7a46c6ab58b5283?d=identicon)[darvinstudio](/maintainers/darvinstudio)

---

Top Contributors

[![thomasbachem](https://avatars.githubusercontent.com/u/231538?v=4)](https://github.com/thomasbachem "thomasbachem (27 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)")[![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)")

---

Tags

emailwebmail

### Embed Badge

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

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

###  Alternatives

[egulias/email-validator

A library for validating emails against several RFCs

11.6k691.3M307](/packages/egulias-email-validator)[sendgrid/sendgrid

This library allows you to quickly and easily send emails through Twilio SendGrid using PHP.

1.5k47.5M164](/packages/sendgrid-sendgrid)[pelago/emogrifier

Converts CSS styles into inline style attributes in your HTML code

94944.1M110](/packages/pelago-emogrifier)[zbateson/mail-mime-parser

MIME email message parser

54149.2M79](/packages/zbateson-mail-mime-parser)[soundasleep/html2text

A PHP script to convert HTML into a plain text format

48519.5M75](/packages/soundasleep-html2text)[opcodesio/mail-parser

Parse emails without the mailparse extension

226.8M8](/packages/opcodesio-mail-parser)

PHPackages © 2026

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