PHPackages                             tdhungit/php-jemails - 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. tdhungit/php-jemails

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

tdhungit/php-jemails
====================

Read Email

1.0.0(7y ago)03PHPPHP &gt;=5.4.0

Since Mar 8Pushed 7y agoCompare

[ Source](https://github.com/tdhungit/php-jemails)[ Packagist](https://packagist.org/packages/tdhungit/php-jemails)[ RSS](/packages/tdhungit-php-jemails/feed)WikiDiscussions master Synced 3d ago

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

Read Email

Install from composer
---------------------

[](#install-from-composer)

```
composer require tdhungit/php-jemails

```

Config
------

[](#config)

```
edit imap mail in src/Config/Config.php

```

Use
---

[](#use)

```
require __DIR__ . '/../vendor/autoload.php';

$emailReader = new PHPJEmails\Libraries\Emails\Email_reader();
$result = $emailReader->byDate('2019-03-06', '2019-03-08');
$emailReader->close();

header("Content-Type: text/plain");
print_r($result);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2624d ago

### Community

Maintainers

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

---

Top Contributors

[![tdhungit](https://avatars.githubusercontent.com/u/12603548?v=4)](https://github.com/tdhungit "tdhungit (3 commits)")

### Embed Badge

![Health badge](/badges/tdhungit-php-jemails/health.svg)

```
[![Health](https://phpackages.com/badges/tdhungit-php-jemails/health.svg)](https://phpackages.com/packages/tdhungit-php-jemails)
```

###  Alternatives

[sensorsdata/sa-sdk-php

PHP SDK for Sensors Analytics

32343.4k2](/packages/sensorsdata-sa-sdk-php)[phamda/phamda

Auto-curried function library

1922.8k](/packages/phamda-phamda)

PHPackages © 2026

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