PHPackages                             carlof/emailreaper - 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. carlof/emailreaper

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

carlof/emailreaper
==================

A single-class PHP library to extract emails from webpage or plain text file

211PHPCI failing

Since May 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Carlo-F/EmailReaper)[ Packagist](https://packagist.org/packages/carlof/emailreaper)[ RSS](/packages/carlof-emailreaper/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

EMAILREAPER
===========

[](#emailreaper)

A single-class PHP library to extract emails from webpage or plain text file.
-----------------------------------------------------------------------------

[](#a-single-class-php-library-to-extract-emails-from-webpage-or-plain-text-file)

### HOW TO USE IT

[](#how-to-use-it)

copy &amp; paste the following code

```
require_once "emailReaper.php";

$url = 'url-to-search-for-emails'; // url or the path to the file

$reaper = new carloF\EmailReaper($url);

```

### PUBLIC METHODS

[](#public-methods)

$reaper-&gt;**getEmails()** - return an array of found emails.

$reaper-&gt;**printEmails()** - echoes a list of found emails.

$reaper-&gt;**exportEmails($destFile)** - save the list in a file ($destFile)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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/995da3e509a90c6aa711289c98d1dbc0894244784dbb6b388b0834919f947532?d=identicon)[Carlo-F](/maintainers/Carlo-F)

---

Top Contributors

[![Carlo-F](https://avatars.githubusercontent.com/u/35261031?v=4)](https://github.com/Carlo-F "Carlo-F (13 commits)")

### Embed Badge

![Health badge](/badges/carlof-emailreaper/health.svg)

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

###  Alternatives

[symfony/css-selector

Converts CSS selectors to XPath expressions

7.4k754.9M2.4k](/packages/symfony-css-selector)[leandrocfe/filament-ptbr-form-fields

Brazilian pt-BR form fields.

14398.7k](/packages/leandrocfe-filament-ptbr-form-fields)[eduardoribeirodev/filament-leaflet

Um widget de mapa para FilamentPHP.

134.6k](/packages/eduardoribeirodev-filament-leaflet)

PHPackages © 2026

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