PHPackages                             webguerilla/pgpmailer - 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. webguerilla/pgpmailer

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

webguerilla/pgpmailer
=====================

PGP Mailer

1.0.0-alpha.2(11y ago)321[5 issues](https://github.com/webguerilla/pgpmailer/issues)AGPL-3.0PHP

Since Jun 12Pushed 11y ago1 watchersCompare

[ Source](https://github.com/webguerilla/pgpmailer)[ Packagist](https://packagist.org/packages/webguerilla/pgpmailer)[ Docs](https://webguerilla.net/projects/pgp-mailer)[ RSS](/packages/webguerilla-pgpmailer/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (2)Used By (0)

pgpmailer
=========

[](#pgpmailer)

This is a script for a contact form which is able to sent PGP encrypted emails. The content of the submission is encrypted to a public key and is done on the server. It is strongly recommended that you only use pgpmailer with a secure connection such as SSL. If you use pgpmailer on an unsecure connection there is a possibility your private data can be intercepted and modified before it is encrypted.

Requirements
------------

[](#requirements)

- PHP 5
- GnuPG
- composer

Install
-------

[](#install)

Via Composer

```
{
    "require": {
        "webguerilla/pgpmailer": "~1.0"
    }
}
```

Usage
-----

[](#usage)

pgpmailer requires having a PGP key and exporting an ASCII-armored public key.

1. Copy an ASCII-armored public key to 'public/assets/' For example: 'public/assets/0xBADB0B1337.asc'.
2. Modify the config file in 'install/config.sample.php' where it says $publicKeyFilepath. For example: $publicKeyFilepath = PATH\_PUBLIC . '/assets/0xBADB0B1337.asc'
3. Move the file 'install/config.sample.php' to 'src/config.php'.
4. Run ./composer.phar update

Testing
-------

[](#testing)

```
$ phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/webguerilla/pgpmailer/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Marco Beierer](https://github.com/webguerilla)
- [All Contributors](https://github.com/webguerilla/pgpmailer/contributors)

License
-------

[](#license)

GNU GENERAL PUBLIC LICENSE Version 3. Please see [License File](https://github.com/webguerilla/pgpmailer/blob/master/LICENSE) for more information.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.9% 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 ~0 days

Total

2

Last Release

4348d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25954e7dcfb41e1daadf0eb57b40205c14247a3b84b38a33f0a2c2be9b52abc9?d=identicon)[webguerilla](/maintainers/webguerilla)

---

Top Contributors

[![marcobeierer](https://avatars.githubusercontent.com/u/278620?v=4)](https://github.com/marcobeierer "marcobeierer (19 commits)")[![snassar](https://avatars.githubusercontent.com/u/4469008?v=4)](https://github.com/snassar "snassar (9 commits)")

---

Tags

encryptionmailerPGPgpg

### Embed Badge

![Health badge](/badges/webguerilla-pgpmailer/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M308](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

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