PHPackages                             elminson/emailtoftp - 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. elminson/emailtoftp

ActiveProject

elminson/emailtoftp
===================

Email to FPT

v1.0.4(7y ago)2131MITPHP

Since Jul 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/elminson/emailtoftp)[ Packagist](https://packagist.org/packages/elminson/emailtoftp)[ RSS](/packages/elminson-emailtoftp/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (3)Versions (6)Used By (0)

emailtoftp
==========

[](#emailtoftp)

Upload files to ftp using email

Server need lib imap\_open enable ##Installation

Untill Big o’ 2.0 is ready (ssilence/php-imap-client), use the following command to install PHP-imap-library:

```
composer require ssilence/php-imap-client dev-master

```

After install **ssilence/php-imap-client dev-master**

```
composer create-project elminson/emailtoftp
```

or

```
composer require elminson/emailtoftp
```

Configuration
-------------

[](#configuration)

```
 $config = [
        'validCredential' => 'valid@gmail.net',
        'smtp' =>
            [
                'server' => 'mail.gmail.net',
                'user' => 'emailtoftp@gmail.net',
                'password' => 'securepassword'
            ],
        'ftp' =>
            [
                'upload_folder' => 'aqui/',
                'host' => 'ftpdomain.net',
                'userftp' => 'ftpuser',
                'passwordftp' => 'ftppasswrod'
            ]

    ];
```

\##Usage

```
$email = new Emailreader($config);
echo "Total Files Uploaded : ".$email->total_files;
```

\#Dependencies

```
"ssilence/php-imap-client": "dev-master",
"nicolab/php-ftp-client": "^1.4"
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~1 days

Total

5

Last Release

2837d ago

### Community

Maintainers

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

---

Top Contributors

[![elminson](https://avatars.githubusercontent.com/u/2476286?v=4)](https://github.com/elminson "elminson (34 commits)")

### Embed Badge

![Health badge](/badges/elminson-emailtoftp/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.4k37.3k](/packages/matomo-matomo)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M192](/packages/simplesamlphp-simplesamlphp)[getkirby/cms

The Kirby core

1.5k535.5k350](/packages/getkirby-cms)[saithink/saiadmin

webman plugin

2709.9k1](/packages/saithink-saiadmin)[jelix/jelix

Jelix PHP framework

83101.5k4](/packages/jelix-jelix)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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