pulli / pgp-mailer
PGP Support for Symfony Mailer
Installs: 2 613
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- pear/crypt_gpg: ^1.6
- symfony/mailer: ^6.2|^7.0
Requires (Dev)
- phpunit/phpunit: ^10.1
README
Implements PGP encryption and signing of a Symfony Message via Crypt_GPG.
Installation
composer require pulli/pgp-mailer
Functions
Supports:
- encrypting a message
- encrypt and sign a message
- only sign a message
Caveats
The only signing part isn't working on all of my test clients (probably due to some formatting of the line endings).
Working clients so far:
Not working:
- Canary Mail (contacted their support to see what the issue is)
Example file
Can be found here.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/the-pulli/pgp-mailer.
License
The package is available as open source under the terms of the MIT License.